-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
MuleSoft for Salesforce Developers - Second Edition
By :
DataWeave is a very powerful programming language created by MuleSoft. It’s widely used in Mule applications to transform the data inside your integrations or APIs. It’s mostly used with the Transform Message component in Anypoint Studio, but it’s also used with other components, such as Choice and For Each (inside the #[] syntax).
DataWeave keeps evolving due to its popularity. Earlier, you would only be able to explore DataWeave inside the Transform Message component in Anypoint Studio, but now, there are more products, such as the Visual Studio Code (VS Code) extension, the DataWeave command-line interface (CLI), DataWeave for Apex (from Salesforce), and the very popular DataWeave Playground (which we’ll use in this chapter).
In this chapter, we’re going to cover the following main topics:
This chapter focuses on getting you started with the very basics...