Hi,
I'm trying to fuzzy match 2 data sets, I have an individuals data each with a list of products that they own. 1 Data set contains a clean name, with the name written out in its entirety with no errors. In the other data set, it is heavily abbreviated. Most are multi word, and the abbreviations and acronyms could mean a few different things.
For example
"Product Item Name Something Else"
Would be something like
"Prod It Nm Som El" or "PIN SE"
I've built a custom 'Nick Names' table, for the common type of abbreviations and acronyms, all is working great, where the mapping is 1 word to 1 word.
"Prod", "Product"
"It", "Item"
"Nm", "Name"
etc
But it doesn't work when there's spaces within the values.
"PIN", "Product Item Number"
Is this just a limitation of the tool that it can't handle Acronyms?