Import Sets Flashcards
What roles are required to manage aspects of import sets?
admin role or import_admin role
What is the use of an Import Set?
Import data from various data sources then map that data into ServiceNow tables
How can I import data?
- Local source file (xml, csv, excel)
- Network server by providing path and authentication info
- LDAP connection
- JDBC connection
- OIDC
- REST (Integration Hub)
- Data Stream Integration Hub
- Custom (load by Script)
Which label is used to name the Import Set table?
The Import Set table is named with the imported file label
What is a Transform map used for?
- Move data from an Import Set table to a Target table.
- Transform map determines the relationships between the fields in the import set table and the fields in the SN target table
Can a single field in the import set table be mapped to multiple fields in the target table?
Yes
Which tables are a potential destination for transformation of an Import set?
Any table
We can only select:
- tables within the currently selected application scope
- tables in the global scope
- tables that grant write access to other applications
Which fields in a destination table can serve as potential destination fields for transformation from an Import Set?
Any field
Can a transform map be reused after it has been defined?
Yes
What is the Automatic Mapping Utility used for?
Used when the fields in the Import Set table match all the fields in the target table.
Press Auto Map Matching Fields in the related list in the table transform maps form (??)
What is data transformation?
The conversion of an Import Set table into its target table according to rules defined in the transform map
What is a target table?
An existing table in the platform where the data will be placed post-transformation
What happens during data transformation when the coalesce checkbox is selected in the field map?
The instance checks for existing records in the target table with the same value as the one in the import set field
What happens if a match value (import set - target table) is found when the coalesce option has been selected?
The record is update with the imported data
What happens when the value of the coalesce field in the target table does not match the value in the import set table?
A new record is inserted with the new data