Skip to main content

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

 

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