Question

Convert Feature to Attribute

  • 25 June 2019
  • 1 reply
  • 4 views

Badge +1

I have flattened some JSON and it now shows as a separate feature for each object.

This is the JSON

And this is it flattened from the JSONFlattener

I want to get the json_index to be the attribute header and the _response_body to be the feature attribute.

These are the settings I currently have for the JSONFlattener.

Any assistance on this would be great. I am in unfamiliar territory with JSON.

 

Thanks

 


1 reply

Badge

You need to pivot your "table". An AttributePivoter might work or could try the custom AttributeTransposer on your JSONFlattener output maybe?

Reply