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

Investigate using qsv for schema validation #55

Open
demeringo opened this issue Nov 13, 2024 · 1 comment
Open

Investigate using qsv for schema validation #55

demeringo opened this issue Nov 13, 2024 · 1 comment
Labels
draft-feature enhancement New feature or request

Comments

@demeringo
Copy link
Contributor

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

@demeringo
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft-feature enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant