Auto load excel/csv file from MID server to ServiceNow target tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 11:22 AM
Need to automated data import from MID Server to ServiceNow tables(cmn_location table). The excel/csv file is having Locations data and it's present in MID server. So I need to auto load(create/update) data in cmn_location. kindly help me with the scripts(step by step).
Once it loaded into ServiceNow table the attachment should be removed from data sources and import sets.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 11:31 AM
There are lot of articles which may help you achieve this requirement
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0817437
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
12-19-2022 11:46 AM
Is it possible to do the SOAP message, if yes kindly help me with the scripts(step by step). Already I have verified the above threads but I need detailed steps please.