skip to Main Content

Partially flatten nested JSON and pivot longer

I have many JSON files with the following structure: { "requestId": "test", "executionDate": "2023-05-10", "executionTime": "12:02:22", "request": { "fields": [{ "geometry": { "type": "Point", "coordinates": [-90, 41] }, "colour": "blue", "bean": "blaCk", "birthday": "2021-01-01", "arst": "111", "arstg": "rst", "fct": {…

VIEW QUESTION
Back To Top
Search