Support "synchronization" workflow
- Dominant language
- C#
- Stars
- 25
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Requirement:
ONLY features with updated attributes or geometry in the Source Table or Feature Class is updated in the Target Feature Class.
Potential Options:
- Determine if records are updated in the source table by comparing records to target table based on ID and Edit date
- Brute Force comparison of attributes in source and target tables to find differences
Note: In the case of a Address Table to Feature Service/Class workflow, we need to prevent previously Geocoded points from being re-geocoded. Hence the need to identify ONLY records in the Source table that have been updated since the last synchronization.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.