⚠️ DESTRUCTIVE/SCHEMA CHANGE: Import a headered CSV file into SQLite. Creates the table from headers when missing, coerces values by default, and reports row-level errors.
import_csvImport a headered CSV file into SQLite, creating the table from headers if missing and coercing values. Reports row-level errors.
Instructions
⚠️ DESTRUCTIVE/SCHEMA CHANGE: Import a headered CSV file into SQLite. Creates the table from headers when missing, coerces values by default, and reports row-level errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | No | ||
| table | Yes | ||
| escape | No | ||
| encoding | No | utf8 | |
| delimiter | No | ||
| fail_fast | No | ||
| file_path | Yes | ||
| batch_size | No | ||
| max_errors | No | ||
| coerce_types | No | ||
| create_table | No | ||
| database_name | No |