Hello,
I would like to use FME to search for partial name matches (essentially a fuzzy string comparison) between two columns in different datasets.
The challenge I'm facing is that it’s not a straightforward ID-based comparison. I want to pick a name from a row in one dataset and search for the closest match in a column of names in another dataset.
Does anyone know a way to achieve this in FME, perhaps without relying on IDs?
Thank you!