⚠️ FILE WRITE: Export a table or read-only SELECT/PRAGMA/EXPLAIN query to a CSV file. Can write absolute paths. Provide exactly one of table or query.
export_csvExport a SQLite table or read-only query to a CSV file. Specify file path and optionally table or query.
Instructions
⚠️ FILE WRITE: Export a table or read-only SELECT/PRAGMA/EXPLAIN query to a CSV file. Can write absolute paths. Provide exactly one of table or query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| table | No | ||
| append | No | ||
| encoding | No | utf8 | |
| delimiter | No | ||
| file_path | Yes | ||
| always_quote | No | ||
| database_name | No | ||
| record_delimiter | No |