Learn about import sets before importing data to your instance.

The import sets table acts as a staging area for records imported from a data source.

Note: Do not import data in extremely large chunks. Creating an extremely large import set can cause delays and system outages.

A transform map determines the relationships between fields displaying in an import set table and fields in an existing ServiceNow table, such as the Incidents or Users table.

Importing sets skip records when the data in the instance matches the data being imported.

Note: Import sets run as user System and therefore cannot add data to encrypted fields.

Import sets terminology

Supported import formats

You can import data from several different file formats or external data sources.

The ServiceNow® platform can import data from the following external data sources.

For more details about the different data sources, see Data sources.

Transform maps versus robust import set transformers

Both transform maps and robust import set transformers convert data. Transform maps convert data from the staging table to the destination file. Robust import set transformers convert data from a source table to a message listener. If a data source has both a transform map and a robust import set transformer, the system uses the robust import set transformer instead of the transform map.

Import set scheduled cleanup

The Import Set Deleter scheduled job cleans up old import set data every day at midnight.

By default, the job deletes all import sets that are older than 7 days, as well as the associated import set table records. If this scheduled job is not active on your instance, activate it to mitigate the growing import set tables you may have, especially when using recurring imports.
Note: If scheduled cleanup is not currently active on your system, you must ensure that your import set tables are not too large (> 5 million records total across all tables) before enabling this cleanup. If the tables are too large, manually delete the records first before proceeding. Contact Customer Service and Support to coordinate the deletion of this data.
Figure 1. Scheduled Script Execution
Import Set Deleter.

For procedures, see Delete import sets.

Import set table deleter

You can manually delete any or all of the following import set tables:
  • Computer
  • User
  • Notification
  • Location
You can also delete the related transform maps, or you can delete data only and preserve the table structure.
Figure 2. Tables available for deletion
Import set table deleter.

For procedures, see Delete import set tables.