We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
frictionless-ci does not produce a fantastic output, furthermore it is slow to validate the csv file in CI (need to install python deps).
It also needs a dedicated file to specify the format of the the csv to validate.
See if we cannot use qsv instead: https://crates.io/crates/qsv
We may be able to infer the schema using qsv schema command.
qsv schema
https://crates.io/crates/qsv#schema_deeplink
And validate with
qsv validate
The text was updated successfully, but these errors were encountered:
https://github.com/jqnatividad/qsv/blob/HEAD/src/cmd/schema.rs#L2
Sorry, something went wrong.
No branches or pull requests
Problem
frictionless-ci does not produce a fantastic output, furthermore it is slow to validate the csv file in CI (need to install python deps).
It also needs a dedicated file to specify the format of the the csv to validate.
Solution
See if we cannot use qsv instead: https://crates.io/crates/qsv
We may be able to infer the schema using
qsv schema
command.https://crates.io/crates/qsv#schema_deeplink
And validate with
qsv validate
Alternatives
Additional context or elements
The text was updated successfully, but these errors were encountered: