Skip to main content

extractor_input_csv_column

Maps input columns to output columns

Primary Key:Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
extractor_column_idbigintNoYesThe output column the input CSV column is mapped to
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.
extractor_output_reference_idbigintNoYesThe related output reference
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.
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.
extractor_input_version_idbigintNoYesThe extractor input version the column mapping belongs to