- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 09:03 AM
I have an excel file that I'd like to load against an existing table in ServiceNow. My issue is that when I attempt to "Load Data" the table isn't listed in the existing tables list. How would I go about getting this table added so I can update the table with 300 records in an excel file?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 09:14 AM
If you are using Load Data option, It is actually asking you for an import set table.
Import set table will be a staging table, where data will be stored temporarliy. And then you can create a transform map to map that table.
So you should select Create Table option.
Another option is directly go to the main table, where you want to load data. And rigth click on header and select Import, where you can directly load data.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 09:44 AM
I have a column of data that should be the main field that's referenced. If the record exists, I want the rest of the columns to update with the corrected data. If it's new, I want a new record inserted.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 09:49 AM
Hi Becky,
Please mark the thread answered, if it answered you question.
Also, did you use import set?
It is recommened to use import set, if you want to load data, which may already exists.
You can set a field coalesce, which is unique. Based on this field, data will be either inserted or updated.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 09:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2021 08:37 AM
hello,
can you please let me know what script you have used for updating the new records from main table to staging table.