SFTP Integration to pull images into ServiceNow custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 11:03 PM
Hi All,
Hope you are doing good!
We have a requirement to store images in ServiceNow custom table which are present in the SFTP server. This is a huge image data which we are trying to store one time.
Is there any OOB method which we can use to bring these images from SFTP server. Please help me with your suggestions. Thanks in advance!
Best Regards,
Ganesh
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 03:04 AM
@Ganeshm1 wrote:Hi All,
Hope you are doing good!
We have a requirement to store images in ServiceNow custom table which are present in the SFTP server. This is a huge image data which we are trying to store one time.
Is there any OOB method which we can use to bring these images from SFTP server. Please help me with your suggestions. Thanks in advance!
Best Regards,
Ganesh
Hey you can use the ServiceNow MID Server for integration. Set up the MID Server to connect to the SFTP server, then use the File Import Set functionality to retrieve the images. After importing the images, you can map them to your custom table, either as attachments or base64-encoded data. This approach allows for a one-time import of large image datasets into ServiceNow efficiently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 04:08 AM
Hi @lastreaction122 Thank you for your reply,
Could you please elaborate bit more. This will help to understand the approach in better way.
Best Regards,
Ganesh