Forum Discussion
DenisSinai
4 years agoRegular Visitor
Issue with long text load
Hello, I have csv file stored in sharepoind and I laod it to Power BI Desktop. One of the filed is a text filed that include notes and it could be large, sometimes 10k characters. When I load the ...
- 4 years ago
QuoteStyle: Specifies how quoted line breaks are handled. QuoteStyle.None (default): All line breaks are treated as the end of the current row, even when they occur inside a quoted value. QuoteStyle.Csv: Quoted line breaks are treated as part of the data, not as the end of the current row.
lbendlin
4 years agoSuper User
QuoteStyle: Specifies how quoted line breaks are handled. QuoteStyle.None (default): All line breaks are treated as the end of the current row, even when they occur inside a quoted value. QuoteStyle.Csv: Quoted line breaks are treated as part of the data, not as the end of the current row.
DenisSinai
4 years agoRegular Visitor
That helped. Thank you very much!