How to parse a list of JSON objects to separate columns?
I'm trying to import the following data to JMP but all external data objects ends up in the same column. Is there a way to get it in separate columns? I get it to work with numerical values but not with strings. All strings ends up in the same columns with comma separated values. Thankful for your help. [{ "id": 1234, "date": "2022-04-06", "batch": { "id": 1553, "date": "2022-02-01" }, "externalDa...