Lines.ToText

Syntax

Lines.ToText(lines as list, optional lineSeparator as nullable text) as text

Description

Converts a list of text into a single text. The specified lineSeparator is appended to each line. If not specified then the carriage return and line feed characters are used.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Lines Functions / Lines.ToText