Hello - sorry if this is a very basic question but I'm struggling to convert a JSON response that is received from an API in to tabular data.
The response is sourced as per the following:
I've included two objects (apologies if 'object' is not the correct term) in the following .txt:
I would like to generate tabular data from this response - i.e. based on the attached file I would like a new row for each 'object' (denoted by the "OrganisationID" value) with a selection of the values within this 'object' as attributes on the row.
I've read the JSON tutorials and have tried various combinations of JSONFlattener, JSONExtractor and JSONFragmenter but with no joy.
I would be extremely grateful for any advice that anyone can offer.
Thanks in advance,
Matt