The basics of Reduce, a MuleSoft DataWeave Operator
The basics of Reduce, a MuleSoft DataWeave Operator By Brian Labelle Reduce allows us to iterate an array to accumulate a result. There are a few array operators like filter and map that do similar functions. You can use reduce to filter an array or map an array because you can reduce an array into another array … Read more