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
fromYDefines the field name before mapping. Points at a branch with a list of fields
toYDefines the field name after mapping.
precedenceNDefines the precedence used when mapping.
Function typeYDefines the type of mapping. Needs to be "String functions".
FunctionYDefines the mapping type. Needs to be "concatenate"
DelimiterYDefines 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