Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.38 KB

combiner-functions.md

File metadata and controls

26 lines (19 loc) · 1.38 KB
title ms.date ms.service ms.reviewer ms.topic author ms.author
Combiner functions | Microsoft Docs
4/7/2020
powerquery
gepopell
reference
dougklopfenstein
bezhan

Combiner functions

These functions are used by other library functions that merge values. For example, Table.ToList and Table.CombineColumns apply a combiner function to each row in a table to produce a single value for each row.

Combiner

Function Description
Combiner.CombineTextByDelimiter Returns a function that combines a list of text into a single text using the specified delimiter.
Combiner.CombineTextByEachDelimiter Returns a function that combines a list of text into a single text using each specified delimiter in sequence.
Combiner.CombineTextByLengths Returns a function that combines a list of text into a single text using the specified lengths.
Combiner.CombineTextByPositions Returns a function that combines a list of text into a single text using the specified positions.
Combiner.CombineTextByRanges Returns a function that combines a list of text into a single text using the specified positions and lengths.