csv_validate
Validate CSV files for syntax errors and optional schema compliance. Specify file path, schema, and error limits to identify issues.
Instructions
Validate a CSV file for syntax errors and optionally against a schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the CSV file | |
| schema | No | Schema to validate against | |
| maxErrors | No | Maximum errors to report (default: 100) | |
| stopOnFirstError | No | Stop on first error (default: false) |