Import sets: Import sets are used to load the data into Tables of ServiceNow from
load data module
Scenario: There are Incidents in an excel, need to create the same incidents in
ServiceNow with less Manual efforts
Solution: Load data
1. Export any data from any table in Servicenow
2. Navigate to System Import sets -> Load data
Import set Table: will be acting as an Staging Table -> before loading the data to
any of the table we will generally store it in a staging table which is called as
Import set table
3. Create a Import set table
4. select the excel file and upload
5. Click on submit and wait until the import set is Success
Transform Map: Is used to Transform the data from the staging table to Target with
Appropriate Fields and values
Mapping : The process in which we will be storing the data based on the particular
fields
Example : Match the Following
6. Click on create Transform Map
7. Give the appropriate details on the form
8. create the field mapping using Mapping assist or Auto map
9. Click on Transform Related link
Coleasce: Is used to avoid the duplication of records referring to a single field
value/ used to update the record if already exists