Skip to main content
List: Diff values The “List: Diff values” mapper compares a list against another list and returns the values in the list that are not present in the other list.

Fields

Array

The list to compare against.

Sample data

InputArrayOutput
{“name”: “ABC”, “price”: 19.95}{“name”: “ABC”, “price”: 20}{“price”: 19.95}
{“name”: “ABC”, “price”: 19.95}{“name”: “ABC”, “price”: 20}[]