Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
yash_robin
New Member

Fabric Notebook - Load File

Hi,

 

I am trying to explore fabric notebook, when I try to work with CSV files I am looking for an option to load the CSV file to table programmatically? 

 

Thanks

2 ACCEPTED SOLUTIONS
MatrixMan112
New Member

You can use pipelines to load the CSV file data into your tables.
You can also try notebooks:
https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-notebook-load-data

View solution in original post

Anonymous
Not applicable

Hi @yash_robin ,

Thanks for using Fabric Community. 
As I understand you are very new to fabric and try to explore it. 

Here is a very simple code to load any csv data to table using pyspark.

vgchennamsft_0-1714647302542.png

 

df.write.format("delta").saveAsTable("gopi_lake_house.new_table")

 
Additional docs to refer -
Work with Delta Lake tables in Microsoft Fabric - Training | Microsoft Learn

Please refer above docs it will help you to get through few examples.

Hope this is helpful. Please let me know incase of further queries.

View solution in original post

3 REPLIES 3
MatrixMan112
New Member

You can use pipelines to load the CSV file data into your tables.
You can also try notebooks:
https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-notebook-load-data

Anonymous
Not applicable

Hi @yash_robin ,

Thanks for using Fabric Community. 
As I understand you are very new to fabric and try to explore it. 

Here is a very simple code to load any csv data to table using pyspark.

vgchennamsft_0-1714647302542.png

 

df.write.format("delta").saveAsTable("gopi_lake_house.new_table")

 
Additional docs to refer -
Work with Delta Lake tables in Microsoft Fabric - Training | Microsoft Learn

Please refer above docs it will help you to get through few examples.

Hope this is helpful. Please let me know incase of further queries.

Anonymous
Not applicable

Hi @yash_robin ,

Glad to know that your query got resolved. Please continue using Fabric Community on your further queries.

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (25)