Hi all,
I’m trying to do fuzzy matching with names in two different datasets.
I tried String Matcher as well but would like to see some other results with Similarity Search (like in the Example workflow Fuzzy String matching (https://hub.knime.com/knime/workflows/Examples/08_Other_Analytics_Types/01_Text_Processing/09_Fuzzy_String_Matching*vZLbH1jBCR6FXmhR) ) as well.
Here’s the problem: I’m getting the Error “Execute failed: Argument contains duplicates [col_name, col_name]”.
I tried to remove duplicates with groupby and the removed names that are the same in both datasets with inner join but I still get the same error.
Other ideas?
Thanks!
Sabine