
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 05:34 AM
I need to generate a CSV file with table record data, then UPLOAD it to an outside FTP server.
Everything I see in ServiceNow is how to contact an FTP server to download a file and transform it into SN.
I need to do the opposite.
Is this possible?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 06:18 AM
You want to look at export sets. With exports you can specify the data to export and use the MID server to sftp the file outside. Be careful with security as you are sending data out of the platform. This community article may help too.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 06:18 AM
You want to look at export sets. With exports you can specify the data to export and use the MID server to sftp the file outside. Be careful with security as you are sending data out of the platform. This community article may help too.