07-18-2018 07:45 AM
I have a use case to download a zip file , which is coming as an attachment through trigger task.
can someone help me to download the file and store it in snaplogic database.
Thank you
07-19-2018 11:49 AM
If it’s POSTed in multipart form (if it’s coming from an HTML form, for example), you can use the MultipartReader snap to extract the file for writing to disk. If the data is coming in directly, without the multipart wrapping, you can use any binary snap as the head and leave the input view unlinked. So, you could have a FileWriter be the only snap in the pipeline.
07-19-2018 12:02 PM
Thank You All !!
I have done the same placing only file writer.
07-19-2018 08:55 AM
It would be helpful if you can provide some screenshots of your pipeline