extractor_input_user_value
Maps user-selected values to output columns
Primary Key:Foreign Keys:extractor_column_id=>extractor_column.extractor_column_idextractor_input_id=>extractor_input.extractor_input_idextractor_output_reference_id=>extractor_output_reference.extractor_output_reference_id
extractor_input_user_value_extractor_column_id_idx-extractor_column_idextractor_input_user_value_extractor_output_reference_id_idx-extractor_output_reference_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_input_id | bigint | No | Yes | The extractor input the value mapping belongs to Generated through expression: |
extractor_column_id | bigint | No | Yes | The output column the text value will be written to Generated through expression: |
value | text | No | No | Text that will be written to the output column Generated through expression: |
extractor_output_reference_id | bigint | No | Yes | The related output reference Generated through expression: |