Simple Fuzzy Match Example

This workflow reads in a series of misspelled retailer names, along with the desired version of the names. Using the Similarity Search node, the closest correctly spelled name is matched based on Levenshtein distance.


This is a companion discussion topic for the original entry at https://kni.me/w/ThRepmnmDMB96tkl
1 Like

Nice workflow! :clap:
If you’re interested in exploring other approaches, we’ve built a similar example using the exorbyte Approximate String Matcher node, which supports different algorithms like Levenshtein, Positional, and LCS. You can check it out here:

:link: Simple Fuzzy Match Example with Approximate String Matcher

It’s a handy way to clean up noisy data, deduplicate records, and showcase the flexibility of fuzzy matching.

Contact us
:globe_with_meridians: Website: https://www.exorbyte.com
:e-mail: Email: consulting@exorbyte.com

1 Like