Hello all,
I found my question asked here on gis stack exchange https://gis.stackexchange.com/questions/458196/arcgis-pro-wont-export-unique-identifier-of-view-table-to-table but I am not on the gis stack exchange so I wanted to bring it to the Esri community. I am having the same problem as the poster there - I have a SQL view with a unique identifier. When I export the view to a table in a geodatabase the unique identifier does not export. In the Fields view it sees it as data type "Object ID". I'm using Pro 3.2.4 and I also tried it in 3.1.5.
Assuming this is a bug?
I tried the workaround suggested by the one answer: "creating a new table in the GDB with an imported schema matching the SQL table, then appended the SQL table records to the new table." But all I got was a field with 0s in it.
Does anyone have a way to get this to work?
Thank you!