NCEAS / metadig-rake

MetaDIG rake, a cross-domain QA/QC library
Apache License 2.0
2 stars 0 forks source link

Check: attributeNames match column names #5

Closed eeerika closed 5 months ago

eeerika commented 2 years ago

Purpose

This check will look to see if documented attributeNames of a file match the column names in the data (in value and order).

Components

File name, used to read in the file data/access the dataTable metadata and retrieve:

  1. a list of the attributeNames (metadata)
  2. a list of the column names (data)

Result

SUCCESS: if all of the attributeNames match the column names (value and order) FAILURE: if there is one or more difference (would be good if it showed the difference) ERROR: on system error or exception in the check code, representing a bug in the check system

jeanetteclark commented 5 months ago

moved to https://github.com/NCEAS/metadig-checks/issues/449