I have two tables, they have the unique ID to compare with each other. There is another column called year in both tables.
I am hoping to find records in table2 with the same ID in table1 and then compare the 'year' attribute, only keep the latest one.
Which transformer should I use? The feature joiner can find all records in table 2, but it can't dynamically decide which one to keep.