Alex Martinez
Concatenation functions tips and tricks in DataWeave
Sep 9, 2020 | MuleSoft
In DataWeave 2.0, concatenation can be achieved by using the ++ (plus plus) function. However, there are two additional syntax options to concatenate objects and one to concatenate strings in DataWeave. Concatenation is when you link two strings, objects, data types etc together in a chain or series.
Read this post here:
