Was wondering if anybody managed to use the HTTPFetcher (saving the files) with multiple url's.
Any suggestions are welcome.
Itay
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Both target URL and output filename can be specified as Attribute Value, so I would try to send multiple features having pair of URL and filename to the HTTPFeatcher as initiators.
I actually didnt think about using the Target attribute but the file name (that cannot be set by an attribute or parameter), thanks for the redirection.
Almost all fields have a pulldownmenu (arrow) on the rightside of the parameterpanel. Trough these u can acces attributes, parameters, stringeditor, conditionals etc. (no arithmetic...but you can circumvent that mostly)
Thanks guys, but I should have been more specific about what I want to acomplish.
Basically when no output filename is spcecified, the file downloaded will be located at the same location as the workspace is.
I wanted a small variation on that, basically downloading to a sub folder of the FME_MF_DIR parameter.
By adding $(FME_MF_DIR)\\Download\\@Value(Id) I basically got that, now that made me wonder if FME will create the sub folder if it does not exist, unfortunatly that is not possible by only using the HTTPFetcher.