Hello,
I have a geodatabase file to update with FME : some features must be updated, et some new features must be inserted in that geodatabase file. Those features are polygons with several attributes.
First in my script, I read the geodatabase file. Then I change some values and create new ones.
Finally, I use a "Esri Geodatabase (File Geodb)" writer to update former data and insert new data at the same time. I chose feature opeartion "upsert" and table handling "create if needed".
When I open the resulting "updated" gdb file in Arcgis Pro, I can see the updated data and... only part of the new features. There are several of them missing ! But why ?
Here is what I should have :
And here is what I get :
Am I doing something wrong ? Is there a way to correct this ?