Hi, following situation: we have a SDE-FeatureClass with parcel(plot)-data. Every week we got new data in a FGDB with the same datamodel from another source. Now we want to process of compare the two Featureclass, if there are now spatial difference and then update the sde Featureclass with the new Information of the FGDB Featureclass. If we make a spatial selection via ArcMap we got 50 difference between the data. We try the same in FME via SpatialFilter and other transformerprocess, but we got always 0 difference. Is there a better workaround?
Have you tried the Matcher?
https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/matcher.htm
Hi, yeah just now I tried Matcher and it works for me, thanks everybody
@jeppenbe If you use ChangeDetector or UpdateDetector (FME 2018 or earlier) then FME will set the attribute fme_db_operation. This will allow you to easily use incremental updates to your sde-feature class. Documentation on fme_db_operation here - section on Feature Level updates. More on change detection here - Example 2 for incremental updates.
Have you tried the Matcher?
https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/matcher.htm
Hi, for my requierements is the ChangeDetector the best choice!
For my requierements is the ChangeDetector the best choice