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

When generating the Source File Target, Null values are set to "None" in the data #191

Open MikeMillerGIS opened 7 years ago

MikeMillerGIS commented 7 years ago

This cause the following issue in preview: https://github.com/Esri/data-assistant/issues/188

We need to determine if we should

A: Fix the data export so null values are not set to "None" in the XML B: Ignore "None" in the add in preview and just treat them as Null

The actual processing of the data is correct with the fixes that @JRosenfeldIntern will check in related to https://github.com/Esri/data-assistant/issues/190