kkruglik/Validate data with verdict
Run verdict-cli to validate a CSV or Parquet file against a schema. Downloads a pre-built binary — no Rust or Python required.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the data file (CSV or Parquet) | yes | — |
| csv | Deprecated: use 'file' instead. Path to the CSV file. | no | — |
| schema | Path to the schema file (JSON or YAML) | yes | — |
| version | verdict-cli release tag (e.g. verdict-cli-v0.1.5). Defaults to latest. | no | latest |
| format | Output format — text or json | no | text |
| max-failed-samples | Max failed row samples per rule in the report | no | 100 |
Outputs
no outputs