vaidyarm
5 years agoContributor
How to send one csv file via REST POST Snap
Hi
I need to read the content of one large CSV file on s3 (more than 100 MB) and then do REST POST to send that CSV file (let say sample.csv) to another service
how this can be done? can you please share the snap setting that will be required for this
(note that I dont want to store files on snaplogic locally before sending, whole operation supposed to happen on the fly during pipeline execution)
Thanks