Hi,
I'm using a FeatureMerger to check that two files contain the same features based on their attributes.
Apparently, they don't seem to contain the same features although I thought they would. I must be missing something in the data. That's allright, FME's there to help me isn't it :)
But strangely, the features which are not merged are not output by the UnmergedRequestor port of FeatureMerger. Isn't that weird ?



Perhaps try changing the Excel reader behaviour to treat empty cells as <null> rather then the default <missing> . <nulls> are generally treated as real citizens in FME were as <missing> implies the attribute doesn't exist.
If that doesn't work - can you identify the 5 records that do not join?