- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Delta 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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @NiteshS
Thanks for using Microsoft Fabric Community.
As I understand that you want to convert a delta parquet table that is saved in Fabric Notebook to JSON file and also you want to access this JSON file locally on your system.
I have tried the repro from our end and followed the below steps to achieve your ask.
Step1: Reading the data from delta table.
Step2: Converting the delta table to JSON by using the below mentioned code.
delta_df = spark.read.format("delta").load("File Path")
json_df = delta_df.write.format("json").save("File Path")
Step3: Reading the data from JSON file.
Please find the screenshot for the converted JSON file
In order to access the JSON file on your local system, you can achieve this by installing One Lake explorer and sync with your workspace, you can download the JSON file into your local system from One Lake explorer. Screenshot attached for reference.
I hope this information helps. Please do let us know if you have any further questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you v-cboorla-msft. WIll try this out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @NiteshS
Glad that your query got resolved.
Please continue using Fabric Community for any help regarding your queries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your prompt response.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
03-17-2025 07:07 PM | |||
03-09-2025 11:07 PM | |||
09-12-2023 07:25 AM | |||
10-19-2023 04:39 AM | |||
11-25-2024 03:48 AM |
User | Count |
---|---|
20 | |
14 | |
8 | |
7 | |
2 |
User | Count |
---|---|
31 | |
24 | |
22 | |
15 | |
12 |