Tag Archives: mulesoft dataweave

MuleSoft Mule 4 DataWeave Advanced Tutorial

Dataweave is a powerful MuleSoft expression language which provides tons of features for basic as well as complex data transformations while implementing integration flows in Mule 4. In a previous tutorial, I explained and demonstrated how to perform JSON and XML transformations using Dataweave where some basic concepts and simple transformations were done using Dataweave.… Read More »

MuleSoft Mule4 Tutorial: How to Use Map & MapObject DataWeave Functions to Iterate on Array of Objects

MuleSoft dataweave expression language provides a rich set of functions and operators which can be used to perform various types of operations on payload to achieve desired transformations. When implementing integration flows using Mule ESB, we often come across scenarios where we have to deal with a large set of data in the form of… Read More »

MuleSoft DataWeave Tutorial: XML & JSON Transformations Using Data Weave

MuleSoft is equipped with a powerful expression language called DataWeave which provides great flexibility and features to perform different type of transformations on payload and convert data in XML, JSON formats based on user-defined metadata in an efficient manner. In this video tutorial, I have explained step by step how to use MuleSoft DataWeave to… Read More »