Import run details
- UpdatedJul 31, 2025
- 5 minutes to read
- Zurich
- Data Management
View detailed information about import set runs, individual rows in the import set, and import logs.
- Robust import set transformers
- Separate the transform and processing functions, providing a more flexible alternative to transform maps. Robust import set transformers enable you to extract data from a source table into an intermediary data structure. You can transform the data as desired and then load that data to one or more target tables. Records are processed as batches to enhance performance. For more information, see Robust Import Set Transformers.
- Transform maps
- Legacy method to map data from an import set staging table to a single target table. Transform maps combine the transform and processing functions into a single process. Each time you run a transform map, the system must load data from the import set staging table, transform it, and then insert it into a single target table. You can define multiple table mappings with multiple transform maps. For more information, see Transform maps.
After running the import, you can view the import history by navigating to the Import Set record and checking the tabs below the Related Links section. They cover the import set runs, import set rows, and import log.
Import Set Runs
| Field | Description |
|---|---|
| Started | Date and time the import started. Given in the time zone of the logged-in user. |
| State | State of the import. Options are:
|
| Completed | Date and time the import finished. Given in the time zone of the logged-in user. |
| Run time | Total amount of time the import required to run. |
| Total | Total number of import set rows. For an import using a robust import set transformer, this field is the total number processed, ignored, skipped, and with errors. For an import using a transform map, this field is the total number inserted, updated, ignored, skipped, and with errors. |
| Inserts | Number of records inserted. |
| Updates | Number of records updated. |
| Processed | Number of records processed. |
| Ignored | Number of records ignored. An ignored record is one the user has specified should be ignored during an import. For example, you can identify records to ignore with the ignore variable in an onBefore script. For more information, see Create Extract Transform Load (ETL) definitions. |
| Skipped | Number of records skipped. A skipped record is one that has been skipped by the system, due to an internal issue. |
| Errors | Number of errors encountered during the import. |
| Transform Map | If data is imported using a transform map, the associated map is shown here. |
| Robust Transformer | If data is imported using a robust import set transformer, the associated transformer is shown here. |
Import Set Rows
| Field | Description |
|---|---|
| Created | Date and time the import set row was created. Given in the time zone of the logged-in user. |
| Row | Number for the row. Numbering starts at zero. |
| State | State of the row import. |
| Target record | Record updated with the row. This field displays the target record only when the import is run with a transform map. For imports run with a robust import set transformer, you can view the target records by clicking the row record and checking the Target record field in the Transform Target Rows tab. For more information and an example, see the following section on Target records for robust import set transformers. |
| Error | Details for any errors encountered during the row import. |
| Comment | Comments from the transform script. |
| Transform Map | If data is imported using a transform map, the associated map is shown here. |
Target records for robust import set transformers
- Greater detail in the import log. With verbose mode, the import log includes transform logs that show how transform operations are applied to records.
- More information about each row's transform target rows. For each row in the Import Set Rows tab, clicking the row record opens the row in the import set table. In this view, you can see the transform target rows, import log, and import set row errors.
| Field | Description |
|---|---|
| State | State of the transform target row. Options are:
|
| Target record | Record updated with the row. |
| Import set run | Import Set record associated with the transform target row. |
| Error message | Text describing any errors encountered by the transform target row. |
Import Log
The Import Log tab displays the logs for the import set. It shows when each log was created, its level, the log message, and the source of the log. For details, see Import logs.