I have a SDE table in Postgres that was created from data in a Hosted feature layer and MS Access table. Since it was created new records have been added to the the MS Access table. I am looking for the best way to update the SDE table with only the new records from the MS Access table.
Solved
Update SDE Geodatabase from Access DB
Best answer by erik_jan
In general this is the process:
Read both the Access and SDE tables in FME.
Add a ChangeDetector transformer and connect SDE to the Original port and the Access table to the revised port.
Check only the key attributes that are available in both tables (see settings and "Check Attributes").
The Inserted output will give you the Access records that are not yet in the SDE table.
These can be written to the SDE table in Insert mode.
Hope this helps.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.


