Skip to main content
List: concat to a string The “List: concat to a string” mapper joins array elements with a string

Fields

Glue

The string to use to join the array elements. By default, a space is used.

Sample data

InputGlueOutput
[“A”,“B”,“C”]” ““A B C”
[“A”,“B”,“C”]“ - ““A - B - C”