Hello guys,
I would like to ask why in these data samples the fuzzy matching does not working?
It is just two simple rows but it take it as not similar?
thank you
Hi @Anastasio_Theohari
Thats exactly the issue Fuzzy match algorithms dont work on short strings.
But here is an hack.
I am adding a padding text "AA" to all column to increase the length.
Output:
Hope this helps. Please check and let me know🙂
Fixed it😅
I just changed padding "AA" to "AA " (with a space)
Hope this helps 🙂
The strings lengths are very short.
Try with longer strings.
Here is an example where there are matches.
i cannot catch in somehow short strings lenghts?
for example my production data is neccesary to find matching in these two cases,
BP - BP/Amoco
Thank you,