Lines functions
Lines functions functions for Power Query M language.
Functions
Function | Description |
---|---|
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.FromText | The function transforms a string into a list of strings, dividing them at line breaks. If the parameter includeLineSeparators is set to true, the line break characters are also included in the resulti... |
Lines.ToBinary | This function converts a list of text into a binary value using a selected encoding method and line separator. The chosen line separator is added to the end of each line in the text. If no line separa... |
Lines.ToText | This function merges multiple lines of text into a single line. Each line is separated by a specified line separator. If no separator is specified, the default separator used is a combination of carri... |