⚠️ FILE WRITE: Export table or read-only query to CSV.
export_csvExport a SQLite table or read-only query result to a CSV file. Supports custom delimiters, encoding, and append mode.
Instructions
⚠️ FILE WRITE: Export table or read-only query to CSV.
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 |