Forum Discussion

vaidyarm's avatar
vaidyarm
Contributor
5 years ago

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