Hello,
I have two data files A and B where I am trying to bring one field from B over to A using common fields (address 1, addres 2, city, state, and zip). I was going to do a waterfall match where I bring over all of the exact matches and then slowly use fuzzy matching to bring over addition records with each pass and looser criteria on matching.
For my first pass I was hoping to use the fuzzy tool but some I am getting unexpected results:
When I use the join tool on those fields for the first pass it produces 29,332 unique matches (I verified this is correct by using the vlookup formula in Excel).
When I use the Fuzzy Match tool on those same fields using the Match Style of "Exact" I would expect to receive the same results, however I am only picking up 16,563 records.
Is it a wrong assumption that the Exact Match Style on the Fuzzy Matching Tool is synonymous with an exact match like with the Join tool?