We have a list of healthcare claims that have an ID on each claim. In addition, we have a second list of claims that has and ID but it can be slightly different (maybe a digit off at the end, maybe a 4 was added or a 3, etc.). I have been able to transform the data into a single list with a source column holding the list the claim is from: list 1 or list 2 and a claim column holding the claimID. I would like to utilize the fuzzy matching tool to flag those claims that are in both list 1 and list 2 with the fuzzy matching tool but I am having some trouble, has anyone used the tool this way? It is more of fuzzy joining than matching.
↧