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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
StefTheo
New Member

fisrt step with BI : import txt file

Hi everybody,

 

Here is my problem :

I'm trying to import a txt file :

 

let
Source = Csv.Document(File.Contents("Z:\xxxx.txt"),[Delimiter=" ", Column=120, Encoding=1252]),

 

the delimiter is a tab and I have 120 columns, perfect. but the string fields in my txt file have quotes, exemple : 'Dupond'

What can I do to have only Dupond in my table ... without the quote ?

 

Thank you

 

Stéphane

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

You could add a step where you replace the single quotes with nothing. Transform | Replace Values, ', [nothing]



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Yes I found this option ... 

but is there an option (as in Microsoft Query) to indicate that the text is surrounded by quote ?

in the help of csv.document there talk about QuoteStyle.Csv ... but I don't know if it this appropriate, and how to use it ...

@StefTheo - I looked through the documentation here for Csv.Document

https://msdn.microsoft.com/en-us/library/mt260840.aspx

 

I didn't see an option for setting QuoteStyle, but I do see the remark. I believe that the remark is simply telling you that it is going to use double quotes as delimiters. I have not been able to find any way of changing the quote style. When using the Excel data import (not Power Query), you have the option of setting that, but I don't believe it is using the same engine under the hood.

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

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.