Skip to main content

Hi @jurate2911,

1) Transformer Creator

2) HttpCaller:

Request_URL: your link with .zip

HTTP Method: GET

Response = Save Response Body to : File

Output FileName: your folder

Thanks,

Danilo


Thank you so much for your help.

I have built my transformer but now how do I plug that in. To what should I connect transformer to and to what I should connect output to?


Thank you so much for your help.

I have built my transformer but now how do I plug that in. To what should I connect transformer to and to what I should connect output to?

Hi @jurate2911, Could you share your Workspace?

 


Thank you so much for your help.

I have built my transformer but now how do I plug that in. To what should I connect transformer to and to what I should connect output to?

If you just want to download a zip file from a web server, only the workflow suggested by @danilo_fme (i.e. Creator and HTTPCaller connected in series) is enough to accomplish the goal. If necessary, you can also connect some other transformers to the Output and/or <Rejected> port of the HTTPCaller, in order to log the downloading result.

 

Have you succeeded downloading a zip file with @danilo_fme's method?

Reply