Hello, I have a rather simple request for which I am not finding a solution.
I have a Geopackage (multi-polygon geometry with table) already populated with data, let's call it "version 1".
This Geopackage is copied and a manual update of some values contained in only 3 columns (out of the total 20) is performed, at attribute level only, let's call it "version 2".
My request with FME is to copy the table values that have only been updated in the 3 columns from the 'version 2' geopackage to the original 'version 1' geopackage.
Thanks to "ChangeDetector" we were able to compare and isolate these cases, but we cannot "write the update" in the "version 1" geopackage.
But, an additional condition to be introduced would be that to "write" the value to the "version 1" table, the field there before the change must be "null"
Thank you