5 ways we’ve enhanced the DataWeave experience with Studio 7.8
Earlier this month, we shared that the focus of the latest release of Studio 7.8 was to complete the journey for OpenAPI Specification 3.0
Increasing your DataWeave productivity from your browser!
DataWeave is the MuleSoft expression language purpose-built for data integration (accessing and transforming data) that travels through a Mule app. DataWeave is tightly integrated
A step-by-step guide to performance testing in Mule Runtime 4.3
Jose Ramón Huerga is an experienced MuleSoft Architect at Everis. He is a multi-MuleSoft Certified Developer and Architect who frequently speaks at MuleSoft Meetups
DataWeave: Working with literal types
Literal types will let you define a type as an enumeration of possible values. This is useful in the use cases when a variable
DataWeave: Taking advantage of the type system
The type system can help you save time preventing errors, find quickly the function you need, instead of looking for it in the documentation,
Streamlining the development experience with Studio 7.7
I am happy to announce our new release of Anypoint Studio 7.7 is now available. Our goal with every new Anypoint Studio release is
Updating fields with DataWeave made easy: The update operator
This new operator has been called the best thing to happen to DataWeave since sliced bread. It is the result of extensive work with
How to be a matchmaker using DataWeave and regular expressions
In this blog, we’ll look at how a regular expression (regex) can give you the power to transform text in your DataWeave programming. When
How to review concatenation functions in DataWeave 2.0
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
How to untie multilevel structures with DataWeave recursive calls
It's rare for developers to work with flat data structures — instead we often work with multilevel data structures. Normally, XML uses multiple layers