export_table_to_csv
Export any table from the loaded CSV database to a CSV file. Choose the output path and whether to include headers.
Instructions
Export a table to a CSV file.
Args: table_name: Name of the table to export output_path: Path for the output CSV file include_header: Whether to include column headers
Returns: Status message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| output_path | Yes | ||
| include_header | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |