Skip to main content

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?

You can use the HTTPCaller to read the JSON from the server and return it in an attribute.

You can then use the JSONFlattener or JSONFragmenter on that attribute to convert the JSON document to FME attributes.

If you need a more specific answer, please consider posting some sample JSON here.


You can use the HTTPCaller to read the JSON from the server and return it in an attribute.

You can then use the JSONFlattener or JSONFragmenter on that attribute to convert the JSON document to FME attributes.

If you need a more specific answer, please consider posting some sample JSON here.

That's it. I'm learning so much of you help guys. Thanks!

 


Reply