Skip to main content
Array or object: Join into string (implode) Converts an array or object into a string.

Fields

Glue

The separator character used to separate the values.

Sample data

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