A tool used to import data from various data sources, and map that data into ServiceNow tables
Import Set
What are the processes in importing a set?
Data Sources
Import Set Table
Transform
Target Table
A staging area for records imported from a data source
Import Set Table
Is a set of field maps that define the relationships between fields in an import set table and fields on a target table
Transform Map
Means the field will be used as a unique key during imports
Coalescing a field
T or F: If a match is found using the coalesce field(s), the existing record will not be updated with the information being imported
False. The existing record will be updated with the information being imported.
T or F: If a match is not found using the coalesce field(s), then a new record will be inserted into the database
True
A rule that enforces data consistency by setting fields as mandatory and/or read-only.
Data Policy
T or F: Data Policies which have been configured for the table are applied when importing data.
True