Hi @robert_punt, I think this would be a typical use case of the JSONFragmenter. After getting the JSON document with an HTTPCaller, try a JSONFragmenter with this setting.
JSON Query:
jsonN"response"]>"docs"]
Hi @robert_punt, I think this would be a typical use case of the JSONFragmenter. After getting the JSON document with an HTTPCaller, try a JSONFragmenter with this setting.
JSON Query:
jsonN"response"]>"docs"]
That does the trick. @takashi
thank you very much.
Here's one way to do it:
@david_r
tnak you voor your comment but the solution from Takashi uses less transformers. so i am using that solution.
@david_r
tnak you voor your comment but the solution from Takashi uses less transformers. so i am using that solution.
No worries, I agree that his solution was a bit more compact. That's the beauty of FME, lot's of ways to accomplish the same thing.