Fuzzy matching scenarios
- Checking the Levenshtein distance of 0 in first names
- Checking the Levenshtein distance of 1 or 2 in first names
- Checking the Metaphonic distance in first name
- Comparing four columns using different matching methods and collecting encountered duplicates
- Doing a fuzzy match on two columns and outputting the main and rejected data
- Doing a fuzzy match on two columns and outputting the match, possible match and non match values