Skip to main content
Alumio Documentation home page
Search...
⌘K
Support
Search...
Navigation
List: Implode to string
Documentation
Alumio Website
Alumio Forum
Getting started
Introduction
Connections
HTTP (API)
Databases
SOAP clients
Email servers
Filesystems
Data Transformation
List transformers
Transformers
Accessors
Mappers
Conditions
Filters
Serializers
Deserializers
On this page
Fields
Glue
Sample data
List: Implode to string
Copy page
The List: implode to string mapper converts a list into a string.
Copy page
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
Input
Glue
Result
[“A”, “B”, “C”]
“, “
“A, B, C”
{“name”: “A”, “price”: 19}
“ “
“A 19”
⌘I