Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hello,
Is there a way to load a Tab Separated CSV file into Delta Tables from the lakehouse?
The image / error below explains well my paint point :
I guess it is not possible? unless we use spark, or pipeline? can someone confirm?
This is not ideal as less user friendly 😞
Solved! Go to Solution.
Hi @FabricRooky
We have escalated it internally and got a confirmation that Tab is treated as a whitespace in Spark which we use to convert the data to a delta table. It is not supported currently. Please vote up the Microsoft Idea. It is in “Under Review” status which means this idea is under PG’s review.
@frithjof_v Thank you for paying attention to this and providing the link to the idea.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Hi @FabricRooky
We have escalated it internally and got a confirmation that Tab is treated as a whitespace in Spark which we use to convert the data to a delta table. It is not supported currently. Please vote up the Microsoft Idea. It is in “Under Review” status which means this idea is under PG’s review.
@frithjof_v Thank you for paying attention to this and providing the link to the idea.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Hi @FabricRooky
Based on my test, I have the same error when using the GUI Load to Tables feature and defining "\t" as separator. It seems the "\t" cannot be recognized as an effective separator for the CSV file so it reports this error. I'll do some more test to look into whether we can replace "\t" with another character.
As an alternative, you can use Notebook to load data from CSV to Delta table.
Open your current lakehouse, open or create a notebook. Paste below code into a code cell. Modify the file path and table name accordingly. Then run the code cell. This will read data from the CSV file and write it into a new table or overwrite an existing table which has the same name.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
This is exactly what I wanted to avoid 😑
Please vote for this idea in order to highlight the need: https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=94e5b20e-9baf-ee11-92bd-6045bd7d9d7c
Are the column names in the csv wrapped inside quotation marks?
no, they are not in qutation marks... (no need, right)
I see. I don't have experience with tab delimited csv.
I tested both with and without quotation marks now. Both got errors.
With quotation marks the error is "Bad CSV header line (...)".
Without quotation marks the error I get is the same as the one you show.
I also tested loading a comma-delimited CSV into table and it works.
So the problem seems to occur when trying to load tab-delimited csv into table.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.
User | Count |
---|---|
9 | |
5 | |
4 | |
3 | |
3 |