Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "synchronization" workflow #258

Open
cosbyr opened this issue Nov 27, 2017 · 0 comments
Open

Support "synchronization" workflow #258

cosbyr opened this issue Nov 27, 2017 · 0 comments

Comments

@cosbyr
Copy link
Contributor

cosbyr commented Nov 27, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant