Forum Discussion
NiteshS
Helper I
2 years agoDelta parquet format to JSON format
Dear Community, I have my delta parquet table saved in Fabric Notebook. Is there a way to convert this to JSON file? Also, how can I access this JSON file locally on my system. Thanks Nitesh...
- 2 years ago
Hi NiteshS
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.Thanks
AMUser
1 year agoNew Member
JSON created is not in right format , we need the content as array to json.
{"id":"11", "name":"abc"} ,
{"id":"12", "name":"xyz"} ,
{"id":"11", "name":"abc"}
it is missing commas any ideas?