system_import_set_row
Records data rows imported via import sets, including staging and transformation details.
Columns
| Name | Type | ReadOnly | References | Description |
| sys_import_state | String | False |
Indicates the current import status of the row, such as pending, completed, or error. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) for the import set row record. | |
| sys_import_set | String | False |
References the import set that this row belongs to, linking it to a specific data load batch. | |
| template_import_log | String | False |
Stores information from the import log template, used for tracking import activity. | |
| sys_row_error | String | False |
Contains details of any errors encountered while processing this import row. | |
| sys_created_on | Datetime | False |
Records the date and time when the import set row was created in the system. | |
| sys_updated_on | Datetime | False |
Records the date and time when the import set row was last updated. | |
| sys_import_row | String | False |
Identifies the row number or unique identifier within the import set. | |
| import_set_run | String | False |
References the specific import run instance associated with this row. | |
| sys_class_name | String | False |
Defines the system class associated with this import row, identifying its data type or behavior. | |
| sys_transform_map | String | False |
Specifies the transform map used to convert data from the import source to the target table. | |
| sys_mod_count | String | False |
Tracks the number of times this import row record has been modified. | |
| sys_target_sys_id | String | False |
References the target record's sys_id created or updated by this import row. | |
| sys_created_by | String | False |
Identifies the user who created the import set row record. | |
| sys_import_state_comment | String | False |
Contains additional comments or notes about the current state of the import process. | |
| sys_updated_by | String | False |
Identifies the user who last modified the import set row record. |