DOI-USGS / gems-tools-pro

GeMS Tools for ArcGIS Pro
Creative Commons Zero v1.0 Universal
46 stars 15 forks source link

Geolex tool needs to inspect the dmu table for required fields before running. #109

Open ethoms-usgs opened 5 months ago

ethoms-usgs commented 5 months ago

For table formats other than databases, such as csv or Excel, it is possible for fields/columns to not have names and the tool can run until a field name is not found in the Pandas dataframe.

Add code in the tool validation class to check first for all required fields.