export
Export collection data to CSV or JSONL. Specify a filepath to save in Docker, or get content returned directly.
Instructions
Export data from collection. If no filepath specified, returns the exported content directly. If filepath specified, saves to file inside Docker container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | No | Export to CSV format | |
| jsonl | No | Export to JSONL format | |
| filepath | No | File to save export data (optional, will return content if not specified) | |
| collection | Yes | Collection to export |