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

Append process stops if first layer processed has no records #227

Open jalsup opened 7 years ago

jalsup commented 7 years ago

Append process stops if first layer processed has no records

jalsup commented 7 years ago

related to issue #226. Zero records in source should not be considered an error and additionally process should not stop after first error.

JRosenfeldIntern commented 7 years ago

@jalsup I implemented something here to allow the user to decide whether or not they want to stop on an error or continue. It's very likely I didn't throw that into the version I gave you this morning (I apologize for that). I'm in the process of rewriting the tools so that will definitely get fixed very soon.