Hello Everyone,
I need some assistance with a fuzzy matching I am trying to do.
I've done some standard fuzzy matches on name and addresses but am struggling to do a match between two files based on a 'name' value separated by a vertical bar.
1st file: Names

2nd file: Information containing the 'Name' but is separated by vertical bars.

I am trying to do a fuzzy match to produce a match score based off the 'name' in both files. In the second file, I bolded 'Cisco' and 'Tripex'.
One of the files has 5 million rows...
Any help is appreciated!