I'm evaluating FME DESKTOP 2020.2 and would like to know if it's possible to:
- connect to a SQL database view (non-spatial)
- update ArcGIS enterprise geodatabase (Postgresql)
so far I am able to read the SQL data, I then generate points using Vertex creator, then finally attempt to update the geodatabase data.
This is where I am stuck.
What writer should i use?
- ESRI geodatabase arcSDE
- PostgreSQL writer
- PostGIS writer
so far I haven't had much success with either.
Am I missing a step?
Do i need to generate objectIDs befortehand for the data to update the geodatabase tables?
I was hoping to use FME rather than arcpy as it's alot quicker....
thanks