How to filter objects using DataWeave
Updated: May 28
Filtering out unwanted values is a must when writing data transformations, and DataWeave can easily do this. This post shows you how to filter values in an object using DataWeave 2.0’s filterObject function and filter selector. If you want to filter values in an array, please check my post for filtering arrays using DataWeave.