I am trying to do a fuzzy match using the following:

matchit id email using using.dta, idu(UID) txtu(name) di sim(token) override


All variables have already been converted to lowercase. However, this is not resulting in any matches. Could someone please advice where am going wrong?


Master
UID Email name
12345 mjones@abc.com mark jones
34567 alisha@yahoo.com alisha mcfadden
Using dataset
id email
1 mcfaddena@abc.com
2 markjones@gmail.com

Regards,
prk