export
Export data from a collection to CSV or JSONL format, either returning content directly or saving to a file within the Docker container.
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 |
|---|---|---|---|
| collection | Yes | Collection to export | |
| filepath | No | File to save export data (optional, will return content if not specified) | |
| csv | No | Export to CSV format | |
| jsonl | No | Export to JSONL format |