DataWeave : filterObject()
filterObject () :
filterObject always works on Objects. It Iterates over key-value pairs in an object and applies a conditional expression that returns only matching key value pairs, filtering out the unmatched key value pairs.
The conditional exp...
dw.hashnode.dev2 min read