Input:
I'm trying to get match with Merge mode of Fuzzy Match.
I tried with different "Generate Keys":
1.Double Metaphone w/Digits, -- Result: The key is based on Digits only so it give incorrect match as all Keyword contain digits 12345.
2.Whole Field ( Case Insensitive)-- Result: no match
3.Alphanumeric Only ( Case Insensitive) -- Result: no match
Alphanumeric Only MatchKeys:
I though fuzzy match will generate different length of keyword so i can pick possible match from output.
Need some help here as i can't figure out which "Generate Keys"/"match Function" to use in this case.
Solved! Go to Solution.
Take a look at the Match Function "Words & Digits: Levenshtein Distance"
https://blogs.mathworks.com/cleve/2017/08/14/levenshtein-edit-distance-between-strings/
Since your Keywords seem to be alphanumeric codes, the "edit distance" represented by Levenshtein should be a good option.
thanks.
The result matched expectation for these sample IDs.
1<-->1001
2<-->1002
3<-->1003
I will run against live data set tomorrow.
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |