Forum Discussion
RobRayborn
4 years agoHelper IV
Power Query from folder, from csv change to from tsv.
The Power Query I originally set up was from Folder, and collected from three csv files. These are now tab seperated values (tsv) and when I try to modify the query get a bunch of blank rows. Wha...
- 4 years ago
They both should use the Csv.Document function in your Transform Sample File query, and you should just have to change the delimiter in that function.
Pat
KNP
4 years agoSuper User
As long as the file names are consistent, in the Csv.Document line, I think it should be as simple as changing your version of...
[Delimiter=",", Columns=4, Encoding=1252, QuoteStyle=QuoteStyle.None]
to...
4,"",ExtraValues.Ignore,1252