export_dataset
Export a dataset to a file in CSV, JSON, Parquet, or Excel format for portability.
Instructions
Export dataset to file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_name | Yes | Name of the dataset to export | |
| output_path | Yes | Output file path | |
| format | Yes | Export format | |
| options | No | Export options | |
| persistence_mode | No | How to store exported data: memory_only (in-memory), filesystem (traditional files), hybrid (both) | filesystem |