Alex Martinez
How to review concatenation functions in DataWeave 2.0
Aug 21, 2020 | MuleSoft
Contrary to what most developers believe, there are different ways to achieve concatenation in DataWeave 2.0 for several data types. While the most popular function to achieve this is by using the plus plus (++) function, it is not the only way to concatenate data types.
Before taking the Anypoint Platform Development: DataWeave (Mule 4) training, I used the ++ (plus plus) function to concatenate data types like arrays, strings, or objects.
Thanks to this training, I learned two additional syntax options to concatenate objects and one to concatenate strings. I found them to be much cleaner to see in code than the ++ function.
Read this post here:
https://blogs.mulesoft.com/dev-guides/how-to-tutorials/review-concatenation-functions-dataweave/
