Sending a CSV File to Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2017 09:57 AM
I am currently trying to figure out how I can automate a process that will send a CSV file/report out of ServiceNow and drop it in a specific folder on one of our servers. I have created a scheduled report that establishes the conditions of what to send, when to send, and the type of file format. Now I am struggling to find any info that elaborates on how I can export this file to our server. Once the file is placed on the server, another application will complete the action that needs to occur, I just have to get the data to the server. Any information or advice will be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2017 10:04 AM
Hi,
You should be using the file builder FTP: Re: I am a creator - File Builder FTP - Jason Petty
Or
You can use system export sets if you need to push the file to a mid server.
Thanks
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2017 10:20 AM
Thank you Alikutty! I will look into using the file builder because we are in the process of upgrading from Fuji to Istanbul so I don't have the system export sets application currently.