I’m working with 2 json data sets both containing a similar field ‘SKU’. I want to remove all the entries on the first data set that contains any of the items in the ‘SKU’ field on the second data set.
I’ve been unable to sort this with merge (Keep non-matches). Any advice is appreciated.
You were on the right track I think.
A merge with keep non matches is the way to do this.
There is also a selection for which input to keep on this. You will need to set that to the first input.
Not sure if you have done that already.
If that doesnt solve it please share a workflow with some sample data so we can have a look.
Thanks for the reply. I think I’ve sorted it. I incorrectly labelled one of the fields so it seems to be working now. Fingers crossed I get no more troubles.