Forum Discussion

WillianFLopes's avatar
WillianFLopes
New Member
1 year ago
Solved

Splitter.SplitTextByDelimiter using ENTER as the delimiter character

Hey guys.   I want to use Splitter.SplitTextByDelimiter using ENTER as the delimiter character.   Using the Power Query interface I was able to do this using the comma and in particular it was us...
  • AlexisOlson's avatar
    1 year ago

    Try using "#(lf)" or "#(cr)" as the delimiter. These stand for "Line Feed" and "Carriage Return" and are the typical new line characters.