Hello kind people,
I am beginner with FME. I am working with data which were combined based on the similarity of the records. However, this matching is not perfect and manual review has to be done. I want to automate the review and I have question concerning comparing two records.
I would like to ask if there is any function which is able to
compare two attributes for the same record e.g
NAME 1: KROGER STORE 456
NAME 2: KROGER FUEL CENTER
It would pass the test, where one word
from the NAME 1 (Kroger) is dectected and included into NAME 2. Or word from NAME 2 is detected
into NAME 1.
It should base on extracting every single word/number from
NAME 1/NAME2 and comparing with every single word/number from NAME2/NAME1.
I will be grateful for help.