Power Query
published
Search
⌃K

Lines.FromBinary

Lines.FromBinary

Converts a binary value to a list of text values split at lines breaks. If a quote style is specified, then line breaks may appear within quotes. If includeLineSeparators is true, then the line break characters are included in the text.
function (binary as binary, optional quoteStyle as nullable any, optional includeLineSeparators as nullable any, optional encoding as nullable any) as list

Description

Converts a binary value to a list of text values split at lines breaks. If a quote style is specified, then line breaks may appear within quotes. If includeLineSeparators is true, then the line break characters are included in the text.

Category

Lines
Last modified 4yr ago