I have one data set that has some attributes that match another data set, I simply want to find out what records in data set 1 have a matching record in data set 2.
So I have used the "matcher" transformer and a bunch of matched results get spit out of the "Matched" port but only about 60 of them are from data set 1 and when i look at the data and manually search for a match in data set 2 there is not always a match.
This seems to happen in "NotMatched" also. The matcher is clearly doing something i dont understand.
What is that matcher doing to end up with this result?
Is there a way to just have FME report back that X record from data set 1 has a match in data set 2?