Skip to main content
Question

Processing JSON output with Fragmenter/Extractor

  • February 17, 2023
  • 1 reply
  • 22 views

Forum|alt.badge.img

Hello,

 

I am currently trying to process an output from the JSONformatter that has the below structure:

 

name_1:"value_1",

name_2:"value_2",

name_3:"value_3", etc.

 

The output I want to achieve is a feature set as per the below:

 

name_1 name_2 (as columns)

value_1 value_2 (as values)

 

I am able to achieve it to an extent using the JSONFragmenter, but this seems to work only for 1 feature (i.e. name_1). I have tried to use the "+" as explained in the documentation but this instead produces a second row, rather than a 2nd column.

 

May I ask for your advice please?

 

Thank you,

 

George

 

1 reply

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • February 18, 2023

Hi @georgefloros​ 

 

Please, could you share your data?