Forum Discussion
DebbieE
Community Champion
6 years agoCarriage return in Comment column is causing columns after comments to be empty
I am working with a dataflow If I test the data using a specific record by filtering at the beginning of the process just after importing the data from csv and promoting headers, in Power Query e...
- Anonymous6 years ago
Hi DebbieE ,
Please try to update the source code as below and check if it can display normally:
Csv.Document(#"Demo table csv_https://Customer sharepoint com/sites/DataStore/Shared Documents/General/", [Delimiter = ",", Columns = 13, Encoding = 1252, QuoteStyle=QuoteStyle.Csv]) Best Regards
Rena
Anonymous
6 years agoNot applicable
Hi DebbieE ,
Please try to update the source code as below and check if it can display normally:
| Csv.Document(#"Demo table csv_https://Customer sharepoint com/sites/DataStore/Shared Documents/General/", [Delimiter = ",", Columns = 13, Encoding = 1252, QuoteStyle=QuoteStyle.Csv]) |
Best Regards
Rena