DataWeave Overview
DataWeave is the programming language designed by MuleSoft for data transformation. It is also the expression language Mule runtime engine uses to configure components and connectors.
DataWeave enables you to build a simple solution for a common use case for integration developers: read and parse data from one format, transform the data, and write it out as a different format. For example, a DataWeave script can receive a CSV file as input and transform it into an array of complex JSON objects, or receive an XML input and write the data out to a flat file format. DataWeave enables developers to focus on the transformation logic instead of thinking about the specifics of reading, parsing, and writing specific data formats in a performant way.
-
To learn more about DataWeave, visit the language guide.
-
To look up reference information about DataWeave operators and functions, visit the reference guide.
-
To see sample scripts to solve common transformation scenarios, visit DataWeave examples.
-
To try DataWeave scripts interactively, visit DataWeave Playground.
-
To get started with DataWeave for Mule runtime engine (Mule) version 4.4 and later, visit the quickstart.