Main points: Dates can be formatted to a localeThe locale can be different from the system localeUse Java locale propertiesCoerce String to Date then to formatted String [...]
Main points: mapObject takes an object as an inputmapObject outputs an objectmapObject transforms each key/value pair in the object What is the mapObject function used for? [...]
Main points: iterates over each key/value pair of an objectretrieves key, value and index from an objectinput is an object and output is an array What is the pluck function [...]
Main point: The map function transforms dataIf iterates over the elements in an array It applies a transformation to each elementApplies only to array inputIt can only output [...]
Main points: DataWeave script can reference application propertiesDataWeave expressions can reference properties in configuration Configure a property file Firstly, you will [...]
Main points: DataWeave 2.0 provides mapping capabilitiesJava and DataWeave can achieve the same mappingsDataWeave mapping function is less verbose than Java DataWeave map [...]