Forum Discussion
QuoteStyle.None doesn't work
- 8 years ago
Hi eniX,
I have reported this issue to the Product Team: CRI 78250455. I will update the latest news here.
Best Regards,
Dale
- 8 years ago
Hi eniX. If you look at the latest documentation in the product (by creating a new blank query and typing = Csv.Document), you should see an updated description for QuoteStyle. The MSDN documentation hasn't yet been corrected, but I'm following up on this.
Despite its name, the QuoteStyle option in Csv.Document controls how linebreaks within quotes are handled, not whether or not quote characters are supported.
To ignore quotes altogether, you'll need to use the Split Column approach suggested by v-jiascu-msft.
Ehren
Hi eniX. If you look at the latest documentation in the product (by creating a new blank query and typing = Csv.Document), you should see an updated description for QuoteStyle. The MSDN documentation hasn't yet been corrected, but I'm following up on this.
Despite its name, the QuoteStyle option in Csv.Document controls how linebreaks within quotes are handled, not whether or not quote characters are supported.
To ignore quotes altogether, you'll need to use the Split Column approach suggested by v-jiascu-msft.
Ehren
Thank you for clarification & the trick!