Skip to main content
Alumio Documentation home page
Search...
⌘K
Support
Search...
Navigation
List: Concat to a 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: Concat to a string
Copy page
The List: concat to a string mapper joins array elements with a string
Copy page
List: concat to a string
The “List: concat to a string” mapper joins array elements with a string
Fields
Glue
The string to use to join the array elements. By default, a space is used.
Sample data
Input
Glue
Output
[“A”,“B”,“C”]
” “
“A B C”
[“A”,“B”,“C”]
“ - “
“A - B - C”
⌘I