Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Fuzzy matching based on names and dates

Hi, 

 

I have two tables and I need to match approximate names from both tables but making sure the occurence is on the same day. Will the fuzzy matching work on this case or should I create a new column on each table to concatenate Name&Date, then apply the matching?

 

Table 1:

NameDate
John SmithJan 01, 2020
John SmithFeb 01, 2020

 

Table 2:

NameDate
Jon SmithJan 01, 2020

 

Thanks!

2 Replies

  • Jimmy801's avatar
    Jimmy801
    Community Champion

    Hello Anonymous 

     

    you can try to transform your date to text before applying the fuzzy join. Problem could be that when you have similar dates, that they are matched too.

     

    Hope this helps

     

    Jimmy