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, optionalquoteStyle
as nullable any, optionalincludeLineSeparators
as nullable any, optionalencoding
as nullable any) as list
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.
Lines
Last modified 4yr ago