Skip to main content

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.

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”