Question

Processing JSON output with Fragmenter/Extractor

  • 17 February 2023
  • 1 reply
  • 3 views

Badge

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

Userlevel 4
Badge +30

Hi @georgefloros​ 

 

Please, could you share your data?

Reply