Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

concatWith

Joins several arguments into one string, with a specific delimiter.

Any data type can be used. Types other than string are converted to string before the function is applied.

Information noteNote: This function can be used both as an aggregation function or a string function, depending on the number of arguments.

Arguments

  1. Delimiter
  2. At least two strings to concatenate, or an element containing an array or a group of elements to concatenate.

Examples

Expression Result
concatWith(", ", "Smith", "John") "Smith, John"

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!