DataWeave: New Dates and Periods Modules
Creating a DataWeave Date or Period value requires knowing a specific syntax, and that syntax can be difficult to remember and understand. (more…)
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,