Skip to main content
Question

Not listExploder json result{}

  • November 7, 2017
  • 4 replies
  • 13 views

dbklingdom
Contributor
Forum|alt.badge.img+7

Why can't ListExploder see result{} from a reader that reads json with the output of result type array?? I have tried jsonFragmenter but listExploder still does not see result{}.

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.

4 replies

dbklingdom
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 33 replies
  • November 7, 2017
in FME 2016

 

 


jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • November 7, 2017

Did you expose result{} on the JSONFragmenter?


dbklingdom
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 33 replies
  • November 7, 2017

Yeah thanks for the reply. Since in Parameters I am able to pick result I though it was exposed. When I set it to result{} it droppers out to rejected. with out {} listExploder can't see results.


takashi
Celebrity
  • 7843 replies
  • November 7, 2017

Take a look at detail of the feature that is output from the JSONFragmenter with the Logger or Inspector. Does the list "result{}" have been created actually? Perhaps isn't the list name "arrray{}"?