Power Query
published
Search
⌃K

Lines.FromText

Lines.FromText

Converts a text value to a list of text values split at lines breaks. If includeLineSeparators is true, then the line break characters are included in the text.
function (text as text, optional quoteStyle as nullable any, optional includeLineSeparators as nullable any) as list

Description

Converts a text value to a list of text values split at lines breaks. If includeLineSeparators is true, then the line break characters are included in the text.
</div>

Category

Lines