Hi,
Is it possible to download a file from the NetSuite File Cabinet without parsing or modifying it in any way? I need to retrieve the file as-is and send it directly to an FTP server.
Br,
Hi,
Is it possible to download a file from the NetSuite File Cabinet without parsing or modifying it in any way? I need to retrieve the file as-is and send it directly to an FTP server.
Br,
Yes, but it's a little different than other file providers. You'll need to make a folder saved search and use that as the export for the flow. Then do a lookup to NetSuite and choose Lookup additional files (per record)
, then choose not to parse, then response map the blobKey and use that to transfer the file to your FTP server.
@Daniel_Dominguez I am attaching a flow zip that can help you configure these steps quickly once the saved search is created in NetSuite.
NetSuite blob export to FTP.zip (3.9 KB)
Daniel,
Here is a video example of a flow exporting NetSuite files to multiple sources (FTP and Amazon S3).
Note that this is NOT using the template provided by Praveen, this is just an example that I had created for another use case, but you can use it as an example of how to configure an export.