Forum Discussion
You can stream files from HTTP via either REST GET Snap (with Binary as the “Response Entity Type” setting value) or the File Reader Snap.
Pipeline: 7185_rest-get-pdf_2020_04_02.slp (7.9 KB)
If you are calling an endpoint that sends a multipart response, you may also consider leveraging our Multipart Reader Snap
- Manigandan4 years agoNew Contributor II
I tried this and it worked!!!
$[‘content-disposition’].substring($[‘content-disposition’].indexOf(“filename”) +10)
Thanks Everyone.