cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Move Files from NetSuite File Cabinet

Rosmyt
New Contributor II

Hi,
We have a requirement to move all documents from NetSuite File Cabinet to an SFTP location. Any suggestions how to do this?

File Operation snap is not supporting HTTPS protocol and we couldnโ€™t find any other URLs to access the NetSuite files.

2 REPLIES 2

SpiroTaleski
Valued Contributor

@Rosmyt

For querying files from the NetSuite File Cabinet you can try with NetSuite Search Snap and NetSuite Get Snap.
Using the NetSuite Search Snap you can list all the files within a specific folder by providing the internal id of that folder in the upstream Mapper Snap.

image

The NetSuite Search Snap will return all the files(including the internal Idโ€™s of that files) within the specified folder.

Then, in order to get the content of each file, you can use the NetSuite Get Snap by providing the returned file internal idโ€™s and โ€œfileโ€ for search type in the upstream Mapper Snap.

image

This operation will gives you details for each file/document(file name, file type, content etc.)

Hope this helps!

Regards,
Spiro Taleski

Rosmyt
New Contributor II

Thank you @Spiro_Taleski.