Fuzzy search on set of names to find similar names by comparing each name with all others

hi @mahima_goyal

Attached I send an example workflow

This Workflow compares each register with the others, calculating the distance or similarity between them.

Always returns all similar ones above 50%

each of the algorithms is optimized to consider case sensitive when performing the calculations.

I use a flow variable to force the comparison of each record with all others in the column, assigning the number of records in the table to the “Neighbor Count” field of the Similiarity Search node.

please check if the example is useful for your need.

thanks
new Fuzzy.knwf (79.7 KB)

2 Likes