I want to start a workspace by using the httpfetcher to get an xml for me and then flatten it to get multiple features. But the httpfetcher requires an input, which I don't have....
I want to start a workspace by using the httpfetcher to get an xml for me and then flatten it to get multiple features. But the httpfetcher requires an input, which I don't have....
You can use the Creator transformer to create a feature as the input for the HttpFetcher.
Takashi