You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the npm CLI version of the validator on a particular dataset, I get three undefined errors instead of the one error and two warnings I would expect.
** [ERROR] undefined (undefined)
./data/raw_data/study-bfi_data.csv
Evidence: Column headers: [A1,C4,C5,E1,E2,N1,N2,N3,N4,N5,O2,O5] do not appear in variableMeasured. schema.rules.csv_data.Datafile
./data/processed_data/bfi-codebook_data.tsv
./data/processed_data/README.md
3 more files with the same issue
**
vs
[ERROR] There is a column name in your CSV data that is not listed in the "variableMeasured" property in your metadata file. The missing column names are shown below. (CSV_COLUMN_MISSING_FROM_METADATA)
./data/raw_data/study-bfi_data.csv
Evidence: Column headers: [A1,C4,C5,E1,E2,N1,N2,N3,N4,N5,O2,O5] do not appear in variableMeasured. schema.rules.csv_data.Datafile
1 more files with the same issue
The text was updated successfully, but these errors were encountered:
bleonar5
added
the
Scoping
Discussion regarding the scope, design, and features of the psych-DS validator
label
Nov 12, 2024
When I run the npm CLI version of the validator on a particular dataset, I get three undefined errors instead of the one error and two warnings I would expect.
vs
The text was updated successfully, but these errors were encountered: