Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
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
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?
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.
Thank you v-cboorla-msft. WIll try this out.
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
Hi @NiteshS
Glad that your query got resolved.
Please continue using Fabric Community for any help regarding your queries.
Thank you for your prompt response.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
6 | |
5 | |
2 | |
1 |
User | Count |
---|---|
15 | |
10 | |
5 | |
5 | |
4 |