Skip to main content
Question

Json fragmenter - json to attributes

  • March 18, 2020
  • 3 replies
  • 110 views

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!

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.

3 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • March 18, 2020

Hi @fabianperotti

Could you share a dataset?

 

Thanks,

Danilo


  • Author
  • 1 reply
  • March 18, 2020

Thanks for replying! I solved it, I added an Aggregator after the JsonFrangmenter


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • March 18, 2020

Thanks for replying! I solved it, I added an Aggregator after the JsonFrangmenter

Excellent!