Esri / data-assistant

ArcGIS Pro Add-in that assists in emergency management, local government and state government data aggregation workflows.
Apache License 2.0
22 stars 8 forks source link

Adding GlobalID field #214

Closed JRosenfeldIntern closed 7 years ago

JRosenfeldIntern commented 7 years ago

At the moment, during the Field calculations, Data Assistant will try to add a GlobalID field with arcpy.AddField_management(). This causes a crash. I have a workaround that checks first and changes the type to GUID if needed. The error is no longer thrown but I have yet to test it thoroughly.

JRosenfeldIntern commented 7 years ago

Contained in pull request #219