- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 06:05 AM
I have an excel data with site code and did field. Each site code is aligned to few did numbers. I want this data to load into the ServiceNow table.
How can I achieve this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 06:47 AM
Hello @Vaishali 11
The steps are:
- Navigate to system import sets -- > load data
- Load the excel sheet
- Once the data is loaded, you would get the Create transform map option (this would come up if there is no existing transform map present in the instance)
- Here you can select the target table, and then map the columns in the excel sheet to the fields on the target table.
- Once the mapping done, you need to click on transform now.
You can read more about the process here - https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/script/server-scripting/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 07:02 AM
Hello,
Search Load Data in application navigator and then select the import set table name or create new table and select the excel file. After loading the data create transform map and select target table where you want to insert records. Click on the link Mapping Assist and then select the fields from source and target table and save the form and Click on run Transform.
Check the below link.
Please mark my answer as helpful/correct if it helps you.
Regards,
Namrata

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 06:47 AM
Hello @Vaishali 11
The steps are:
- Navigate to system import sets -- > load data
- Load the excel sheet
- Once the data is loaded, you would get the Create transform map option (this would come up if there is no existing transform map present in the instance)
- Here you can select the target table, and then map the columns in the excel sheet to the fields on the target table.
- Once the mapping done, you need to click on transform now.
You can read more about the process here - https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/script/server-scripting/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 07:02 AM
Hello,
Search Load Data in application navigator and then select the import set table name or create new table and select the excel file. After loading the data create transform map and select target table where you want to insert records. Click on the link Mapping Assist and then select the fields from source and target table and save the form and Click on run Transform.
Check the below link.
Please mark my answer as helpful/correct if it helps you.
Regards,
Namrata