-
Notifications
You must be signed in to change notification settings - Fork 0
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
Check: Text file format valid #2
Comments
@jeanetteclark |
Okay that makes sense. I'll move the "no text files exist" case to success |
This check is nearly done - need to do some work to make the mechanism for retrieving data pids (and thus URLs/paths) for data access consistent with what I did for the data format check |
Great! Can you define 'text'? Do you mean ASCII? UTF-8? UTF-16? Other unicode encodings? Windows cp-1252? |
so I've been thinking the name should probably be changed, since this check is really about delimited text files (csv, tsv) and doesn't deal with encodings at all. Files are identified by looking in the metadata for entities with a |
Aha, that makes sense. Yes, I think using Some related tests might be |
check has been renamed and restructured @c47b03c8c going to close this one for now |
Purpose
This check will look to see if a tabular data file in a text format can be parsed.
Components
Result
SUCCESS: if one or more files are parsed correctly or no text files exist
FAILURE: if no files can be parsed
ERROR: if files cannot be accessed
The text was updated successfully, but these errors were encountered: