Mule 4 DataWeave Functions: Part 1

Mule 4 DataWeave Functions: Part 1

In DataWeave 2.0, functions are categorized into different modules: Core (dw::Core) Arrays (dw::core::Arrays) Binaries (dw::core::Binaries) Encryption (dw::Crypto) Diff (dw::util::Diff) Objects (dw::core::Objects) Runtime (dw::Runtime) Strings (dw::core::Strings)...
Ease Digital Transformation with MuleSoft

Ease Digital Transformation with MuleSoft

Digital transformation can be easier when you use MuleSoft APIs to connect legacy technology, applications, and cloud-based solutions. But let’s back up a minute… what is digital transformation anyway? Digital transformation is a mindset focused on maximized...
DataWeave 1.0 to DataWeave 2.0 Migration

DataWeave 1.0 to DataWeave 2.0 Migration

This post was originally published on DZone. DataWeave is a new feature of Mule3 that allows us to convert data to any kind of format, such as XML, CSV, JSON and POJO’s, etc. In Mule 3, we use both MEL and Dataweave for writing the mule messages. Among these,...