Combiner Functions
Functions that combine multiple values into a single value.
- Combiner.CombineTextByDelimiterReturns a function that combines a list of text values using a specified delimiter.
- Combiner.CombineTextByEachDelimiterReturns a function that combines a list of text values using a sequence of delimiters, one per position.
- Combiner.CombineTextByLengthsReturns a function that combines a list of text values by padding or truncating each to a fixed length.