Hi,
Is it possible to preserve the GlobalIDs using arcpy.da.InsertCursor()?
I have an SDE database, arcpy.env.preserveGlobalIds = True and when I use Append to copy the data, GlobalIDs come through and match the source datasetas they should.
However, if I use arcpy.da.InsertCursor(), GlobalIDs get replaced with the new ones.
Does preserveGlobalIds setting work just for Append? Is it the way to make the Cursor respect this setting?
Thank you!