- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2017 11:47 PM
Hi,
I need to pull the CSV file located on the MID server to the specific table in the ServiceNow.
Any suggestions?
Thanks
Ctirad
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 07:45 AM
Hi,
finally I used an asset from ServiceNow Share which does exactly what I needed.
There were only some small changes required for running it on Istanbul version.
But after the changes it is working perfectly.
Ctirad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 07:45 AM
Hi,
finally I used an asset from ServiceNow Share which does exactly what I needed.
There were only some small changes required for running it on Istanbul version.
But after the changes it is working perfectly.
Ctirad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 07:47 AM
Hi Ctirad,
If you don't mind can you attach the update set and documentation if possible to this question so that it would be helpful to us also.
Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 08:22 PM
Attaching the update set of Share to a community answer would defeat the purpose of having a site like Share. The link in the answer does take you to the utility on share site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 10:57 PM
Hi Ankur,
here is the hint for correction, which can be found in the discussion at Share:
=================================
To make it work on Helsinki and Istanbul, edit the CSMIDServerRemoteFileImport MID Server Script Include and fix lines 67 and 113 by replacing:
java.lang.String with Packages.java.lang.String
and
java.lang.Byte.TYPE with Packages.java.lang.Byte.TYPE
Restarting the MID Server is required
=================================
Regards
Ctirad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2018 08:23 AM
Will this work on Jarkata?