⚠️ DESTRUCTIVE/SCHEMA: Import headered CSV into a table.
import_csvImport a headered CSV file into an SQLite table. Specify the target table and file path to create or update the table with type coercion and batch error handling.
Instructions
⚠️ DESTRUCTIVE/SCHEMA: Import headered CSV into a table.
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 |