Forum Discussion

RobRayborn's avatar
RobRayborn
Helper IV
4 years ago
Solved

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...
  • mahoneypat's avatar
    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