Hello,
I would like to compare two attributes of the same table: e.g. a table of features with the following attributes: UID, old name, new name.
I would like to know for which features the old name is the same as the new name and identify the features whose name has changed.
Afterwards I would like to create new tables for all (and only) these features whose name has changed, one with the UID and the old name and one with the UID and the new name.
Which transformers should I use ?
Thanks for you help!