validate_csv
Validate CSV structure by checking headers, consistent column counts, and duplicate headers on local files without uploading user data.
Instructions
Validate CSV structure (headers, consistent column counts, duplicate headers). Local files only — never uploads user data anywhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to CSV file. | |
| delimiter | No | Field delimiter (default ','). |