cancel
Showing results for 
Search instead for 
Did you mean: 

Download Multiple files/ or view in the browser

raphahlelot
New Contributor

how can i download multiple files using a rest get where by in the url i passed split values of different files, the response shows there are four files however when executing the pipeline as triggered task , only the first file gets downloaded     SNAP.png

this is the final out put of the mapper  

final.png

2 REPLIES 2

Aleksandar_A
Contributor III

Hello @raphahlelot,

The trigger task will return only the first output from your last snap in the pipeline.

I'm not sure, but can you try using the Multipart Writer Snap as the last snap? This might require to tweak the response content type and the response handling.

This should combine all of the inputs to a single output.

Please let me know once you try this approach.

Regards,

Aleksandar.

Thanks for the reply, tried the Multipart Writer Snap, and also tweaked the response and content typemultipart.png however when I run it on postman or the browser i get the following with a 200 success

postman.png