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

BUG: Undefined error in npm version #76

Open
bleonar5 opened this issue Nov 12, 2024 · 0 comments
Open

BUG: Undefined error in npm version #76

bleonar5 opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
Scoping Discussion regarding the scope, design, and features of the psych-DS validator

Comments

@bleonar5
Copy link
Contributor

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
@bleonar5 bleonar5 added the Scoping Discussion regarding the scope, design, and features of the psych-DS validator label Nov 12, 2024
@bleonar5 bleonar5 self-assigned this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scoping Discussion regarding the scope, design, and features of the psych-DS validator
Projects
None yet
Development

No branches or pull requests

1 participant