Question

Not listExploder json result{}

  • 7 November 2017
  • 4 replies
  • 0 views

Badge +1

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{}.


4 replies

Badge +1
in FME 2016

 

 

Badge +22

Did you expose result{} on the JSONFragmenter?

Badge +1

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.

Userlevel 2
Badge +17

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{}"?

Reply