Skip to main content

Concatenate

The concatenate mapping concatenates a list of strings into one single field. To define the concatenate mapping the Function type needs to be set to "String functions" and the function needs to be set to "concatenate". The attributes that need to be set in a concatenate mapping are:

AttributeRequiredDescription
FromYesDefines the field name before mapping. Points at a branch with a list of fields
ToYesDefines the field name after mapping.
PrecedenceYesDetermines the order in which this mapping is applied relative to others.
Function typeYesDefines the type of mapping. Needs to be "String functions".
FunctionYesDefines the mapping type. Needs to be "concatenate"
DelimiterYesDefines the delimiter between the from fields.

For example, if there is an incoming message with a list of comments that need to be concatenated into one, use a concatenate mapping

Incoming messagesResult
  • Item 1
  • Item 2
  • Item 3
payload/ "Item 1, Item 2, Item 3"

Fields configuration:

FromTo
field/Itemspayload