extractor_wizard_input_form_input
Stores inputs for wizard input forms
Primary Key:Foreign Keys:extractor_column_id=>extractor_column.extractor_column_idextractor_wizard_input_form_id=>extractor_wizard_input_form.extractor_wizard_input_form_id
extractor_wizard_input_form_input_extractor_column_id_idx-extractor_column_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_wizard_input_form_id | bigint | No | Yes | The wizard input form the input belongs to Generated through expression: |
form_input_index | integer | No | Yes | Defines the order of inputs in an input form Generated through expression: |
input_label | text | No | No | Label text for the input Generated through expression: |
title | text | No | No | Display title for the answer Generated through expression: |
help_text | text | No | No | Helper text for the input Generated through expression: |
extractor_column_id | bigint | No | Yes | The output column being mapped Generated through expression: |