schema_check
Validate that a local CSV has required columns and simple types (string, number, integer, boolean, email, url). Check structure without uploading data.
Instructions
Check required columns and simple column types (string|number|integer|boolean|email|url). Local files only — never uploads user data anywhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to CSV file. | |
| delimiter | No | ||
| columnTypes | No | Map of column name → type. | |
| requiredColumns | No | Column names that must exist. |