Skip to main content

extractor_wizard_map_output

Stores wizard map outputs, which specify how input columns are transformed into output rows

Primary Key:Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
extractor_wizard_map_output_idbigintNoYesSnowflake ID for the map output

Generated through expression: 
header_regextextNoNoRegex used to match input header names for auto-mapping

Generated through expression: 
always_include_parent_map_output_idbigintYesYesA map output, like its corresponding table, may depend on another map output. For example, the provider_seen table is dependent on claim_provider (its parent). In some cases, when a child has data, we must also include the parent for everything to work. This option ensures a parent row is output whenever a child has data.

Generated through expression: 
include_column_group_idbigintYesYesGroup of output columns to include. If null, all output columns for the output are included.

Generated through expression: 
exclude_column_group_idbigintYesYesGroup of output columns to exclude. Note that exclusion takes precedence over inclusion (e.g., if a column is in both the include and exclude list, it will be excluded).

Generated through expression: 
extractor_output_reference_idbigintNoYesThe related output reference

Generated through expression: 
force_outputbooleanNoNoWhether to force the output to be created if nothing is mapped for it in the input template

Generated through expression: