Forum Discussion

LucAppelmans's avatar
LucAppelmans
Frequent Visitor
2 years ago
Solved

Not all rows imported by Power Query from a fixed-width text file

I have a customer which has an issue related to Power Query. Let me explain the background: Today they import a fixed-width text file into Access. Then they import the data from Access into Power BI...
  • AlienSx's avatar
    AlienSx
    2 years ago

    Anonymous looks like positions in fixed-width text. But this parameter should be

    • delimiter can be a single character, a list of characters, or the value "", which indicates rows should be split by consecutive whitespace characters. Default: ",".

    LucAppelmans i would try to use Lines.FromBinary instead of Csv.Document and then split text by positions. Just my 2 cents.