Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data text delimited variables congruent with metadata #449

Open
jeanetteclark opened this issue Apr 23, 2024 · 1 comment
Open

Data text delimited variables congruent with metadata #449

jeanetteclark opened this issue Apr 23, 2024 · 1 comment

Comments

@jeanetteclark
Copy link
Contributor

Status : ✍️ Drafted

Description

Check to make sure the variable names in a text table (tsv, csv) are the same as the attributeNames given in the metadata

Priority

  • Data Quality: Required

Issues

  • none

Procedure

  • retrieve the text delimited file and read it into the environment using the appropriate fieldDelimiter and headerLines as listed in the metadata (with reasonable default assumptions)
  • retrieve the list of attribute names for that file as described in the EML document
  • compare the two, the check passes if they are the same
@jeanetteclark
Copy link
Contributor Author

update: rewrote this in python to use hashstore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Review
Development

No branches or pull requests

1 participant