CSV file from MIDserver to ServiceNow instance

cnavr_work
Kilo Expert

Hi,

I need to pull the CSV file located on the MID server to the specific table in the ServiceNow.

Any suggestions?

Thanks

Ctirad

1 ACCEPTED SOLUTION

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


View solution in original post

19 REPLIES 19

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


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


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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.


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


Will this work on Jarkata?