Hello
I have 2 csv files,
one with id and multiple color names for each id
and another one with color names that do not look quite the same to the color name in the first file (fuzzy lookup case).
I need to have on the file 2 for each color name the the most fit id rely on the name closest to it from file 1.
Thanks for your help