Skip to main content

extractor_input_csv_column

Maps input columns to output columns

Primary Key:Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
extractor_input_idbigintNoYesThe extractor input the column mapping belongs to

Generated through expression: 
extractor_column_idbigintNoYesThe output column the input CSV column is mapped to

Generated through expression: 
column_regextextNoNoA regex used to help identify the column in the CSV which contains the desired data. Note that a regex is used since the format of a particular CSV may change slightly over time.

Generated through expression: 
extractor_output_reference_idbigintNoYesThe related output reference

Generated through expression: 
optionalbooleanNoNoWhether this column mapping is optional. If true and the input column is missing from the source file, the column will be treated as empty rather than causing an error.

Generated through expression: 
use_first_matchbooleanNoNoWhether to use the first matching column when the regex matches multiple headers. If this option is not set and the regex matches multiple headers, extractor will error by default.

Generated through expression: