Multipart Write Snap Using the Raw Data from a REST Client
In the below use case, multiple files are posted using the content type as rawdata through the REST client:

A triggered task has been created for the specific multipart Writer pipeline. It takes the cloud URL from the Manager and sends the REST pipeline request from the Postman client:

The Snap receives the request from the REST client and displays the output as a multipart
output stream:


The
File Writer
Snap uses the expression
"multipart"+Date.now()+".json", so the output displays all the documents created at
intervals.


The successful execution of the pipeline displays the output files as shown below:


Downloads
Note:
To successfully reuse pipelines:
- Download and import the Pipeline into SnapLogic.
- Configure Snap accounts as applicable.
- Provide Pipeline parameters as applicable.