SFTP Integration to pull images into ServiceNow custom table

Ganeshm1
Tera Guru

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

2 REPLIES 2

lastreaction122
Tera Contributor

@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.

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