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

Join Layers not Appending #215

Closed JRosenfeldIntern closed 7 years ago

JRosenfeldIntern commented 7 years ago

If a joined layer is used as source, Data Assistant does not append it to the target. It seems to work correctly in the dla.gdb feature class, but when arcpy.Append_management() is called, it does not append to target. The Result object from this append management call contains the following message log. image ...and so on for the length of the source dataset.

JRosenfeldIntern commented 7 years ago

Determined the issue. It is not actually a problem with join layers, but an issue with trying to append null onto a field that does not accept null values. Will create a new issue on this