Skip to main content
List: implode to string The “List: implode to string” mapper” converts a list into a string.

Fields

Glue

The separator character used to separate the values from the list.

Sample data

InputGlueResult
[“A”, “B”, “C”]“, ““A, B, C”
{“name”: “A”, “price”: 19}“ ““A 19”