Question

Infosys
IN
Last activity: 8 Apr 2024 8:10 EDT
File dataset is not able to parse
Working:
The JSON file format [{"name": "John Doe","age": 30},{"name": "Jane Doe","age": 25}]
File dataset is able to parse.
Not working:
The JSON file below " {"fields": ["name", "age"],"data": [["John Doe", 30],["Jane Doe", 25]]} "
File dataset is not able to parse.
Do we have a way to make this work?