Esri / Esri/data-assistant

Support "synchronization" workflow

Open
#258 0 comments 0 reactions 0 assignees View on GitHub
backlog enhancement
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.