psych-ds / psychds-validator

Validator tools for the psych-DS specification
1 stars 1 forks source link

Improve handling of non-UTF-8 encoded files in validator #63

Open bleonar5 opened 3 weeks ago

bleonar5 commented 3 weeks ago

Description

The validator currently throws errors when it encounters non-UTF-8 encoded files. This behavior interrupts the validation process and prevents the user from receiving a complete report of all issues with their dataset. Additionally, the validator is checking the encoding of all files, including those that are not directly relevant to the psych-DS schema.

Current Behavior

Desired Behavior