Skip to main content

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

in FME 2016

 

 


Did you expose result{} on the JSONFragmenter?


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.


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