Import run details

  • Release version: Zurich
  • Updated July 31, 2025
  • 4 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Import run details

    This topic explains how to view and understand detailed information about import set runs, individual rows in import sets, and import logs in ServiceNow. It covers two main methods for processing import sets: robust import set transformers and transform maps, highlighting their differences and how import results are displayed for each method.

    Show full answer Show less

    Key Features

    • Robust Import Set Transformers: Separate the transform and processing steps, allowing data extraction into an intermediary structure that can then be transformed and loaded into multiple target tables. Records are processed in batches to improve performance.
    • Transform Maps: The legacy, combined method that maps data from an import staging table to a single target table in one process.
    • Import Set Runs Tab: Provides detailed information about each import run, including start and end times, state (such as complete, running, cancelled), number of records inserted, updated, ignored, skipped, and errors encountered.
    • Import Set Rows Tab: Displays details of each row processed during the import, including creation time, row number, state, target record (for transform maps), error details, and comments.
    • Target Records for Robust Import Set Transformers: When running in verbose mode, users can view detailed transform target rows for each import set row, including state, target record links, associated import run, and error messages. This enhances debugging and tracking.
    • Import Log Tab: Shows the log entries related to the import, including timestamps, log levels, messages, and their sources for troubleshooting and audit purposes.

    Practical Use for ServiceNow Customers

    ServiceNow customers can leverage these import run details to monitor and troubleshoot data imports effectively. By understanding the differences between robust import set transformers and transform maps, customers can choose the best approach for their data integration needs. Viewing import set runs and rows helps track the success and failures of imports in detail, while verbose mode and import logs provide deep insights for debugging and improving data accuracy. This enables smoother data management processes and ensures data integrity across ServiceNow applications.

    View detailed information about import set runs, individual rows in the import set, and import logs.

    There are two ways to run or process an import set. The data displayed after the run varies slightly depending on which way you choose.
    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

    The Import Set Runs tab provides details about individual imports.
    Figure 1. Sample data for a completed import done with a robust import set transformer
    An Import Set record showing the Import Set Runs tab.
    The following table provides more details about the fields in the image.
    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:
    • Cancelled
    • Cancel requested
    • Complete
    • Complete with errors
    • Did not complete
    • Running
    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

    The Import Set Rows tab provides details about rows included in the import set run.
    Figure 2. Sample data for the three rows included in the import
    An Import Set record showing the Import Set Rows tab.
    The following table provides more details about the fields in the image.
    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

    For imports using a robust import set transformer, you can view additional details by running the import in verbose mode. Verbose mode enables the following.
    • 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.
    The Transform Target Rows tab displays the state, target record, import set run, and any error messages for each row. The first three fields are all links to the associated records, making it easier to find and track information for improved debugging. For more information on enabling verbose mode, see Create a robust import set transformer.
    Figure 3. Sample data showing the transform target row details for a row in the Computers import set table
    A row record showing the Transform Target Rows tab.
    The following table provides more details about the fields in the image.
    Field Description
    State State of the transform target row. Options are:
    • Inserted
    • Updated
    • Error
    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.