Hi all, I'm quite new using FME and it's my first time using JSON.
I have being reading about the different transformers, but I couldn't find how to solve this (without python).
I'm reading a JSON which contain feature collections. With the json reader i get the blue table, which contains some columns with nested values.
Using the JSONFragmenter transformer I can expose the attributes (orange table), but they are populated in different rows.
How can obtain the green table? Thanks!