List: implode to string The “List: implode to string” mapper” converts a list into a string.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
Glue
The separator character used to separate the values from the list.Sample data
| Input | Glue | Result |
|---|---|---|
| [“A”, “B”, “C”] | “, “ | “A, B, C” |
| {“name”: “A”, “price”: 19} | “ “ | “A 19” |