Discover Lines Functions in Power Query M Language, useful for processing lines of text. This page provides a comprehensive list and descriptions of Lines Functions available in the M Language.
Lines Functions
| Function | Description |
|---|---|
| Lines.FromBinary | Converts a binary value to a list of text values split at lines breaks |
| Lines.FromText | Converts a text value to a list of text values split at lines breaks |
| Lines.ToBinary | Converts a list of text into a binary value using the specified encoding and lineSeparator.The specified lineSeparator is appended to each line |
| Lines.ToText | Converts a list of text into a single text |
2023-2026 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy