Closed trotor closed 4 years ago
ArcGIS Pro 2.5 cannot add CONTRAST field to dBase database on Python code calculateweights.py. This python code works if CONTRAST field is not used. There is no problem on ArcGIS Desktop 10.6.1 with dBase or ArcGIS Pro with file geodatabase. I reported this to Esri.
I continued tests. Seems that if dBase field name is same as alias name (no case sensitive), for example: when field name is CONTRAST and alias name is Contrast, ArcGIS Pro 2.5 crashes. When I added underscore to end of alias name (Contrast_), Pro worked succesfully.
A corrected version can be found in the Arto-dev branch.