I'm very new with FME and there's a few things I cannot get to work.
I have a feature with an URL as an attribute and it's like this:
http://serverName//document?searchText="section3"&start;=1&max;=1&f;=pjson
I want to read the JSON in it with it's attributes (which I don't know) separated to do something with them.
I've been playing with some JSON transformers like JSONFlattener and so on, but I can't get the JSON.
Any idea?