export_data
Export selected branch data from ROOT files to JSON, CSV, or Parquet formats for further processing.
Instructions
Export branch data to JSON, CSV, or Parquet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path | |
| tree_name | Yes | Tree name | |
| branches | Yes | ||
| output_path | Yes | Output file path | |
| format | Yes | ||
| selection | No | Optional cut expression | |
| compress | No | Compress output |