I want to match two datasets. The names have different writings, so I would fuzzy match them, but the names have multiple entries of different months. How can I set up the matching so it matches the entries with the same months?
E.g
Data set 1 : Joe Doe / Jan/19, Joe Doe / June/17,
Data set 2 : Joe F. Doe / June 17, Joe F. Doe /Jan/19
-> match
Joe Doe / Joe F Doe / Jan/19
Joe Doe / Joe D Doe / June/17