Can we pull the excel data from SharePoint location?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2020 10:16 AM
Hello,
Can we pull Excel data from SharePoint location to populate the data in the ServiceNow?
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2020 09:09 PM
Haven't done this myself but it seems possible to use Sharepoint REST API got the the excel data and then import it into ServiceNow. May require some scripting and a temporary data storage.
https://www.servicenowelite.com/blog/2019/6/27/import-configuration-items-with-excel-spreadsheets

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2020 02:18 AM
Hi,
We do something on similar lines.
What we do it:
1) put data from Sharepoint to MID Server on one location.
2) We have File import in place from MID Server to servicenow in transform maps.
3) We import the raw data nd them fine tune it and push to target table.
Option two:
We have a rest api as well in place for one specific use case to pull data from Sharepoint which brings data to same import set table.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2020 05:39 AM
Ashutosh - thanks for the reply. Can you please elaborate the 1, 2 process? I'm curios to see how it was done.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2020 06:04 AM
Hi,
You need one PowerShell script for this which is stored in MID Server Files and that is used to import the data from MID Server into ServiceNow using Scheduled Import mechanism.
Also you can check crossfuze product for this.
Thanks,
Ashutosh