Lines.FromBinary
This function transforms a binary value into a series of text values that are separated by line breaks. If a specific quote style is designated, line breaks can occur within the quoted text. When incl...
Lines.FromBinary(binary as binary, optional quoteStyle as nullable number, optional includeLineSeparators as nullable logical, optional encoding as nullable number) as list
This function transforms a binary value into a series of text values that are separated by line breaks. If a specific quote style is designated, line breaks can occur within the quoted text. When includeLineSeparators is set to true, the line break characters are retained in the final text output.