DataWeave : mapObject()
mapObject() :
It transforms an Object to a new Object.
mapObject is used when we want to change the keys and/or values on an Object to be a different object.
It does this by iterating over each key/value pair in the object and applying a transformat...
dw.hashnode.dev2 min read