export_csv
Export CSV data from an OpenRefine project by providing its project ID. Retrieve the data as a string for download or processing.
Instructions
Export CSV data from an OpenRefine project.
Args: project_id: ID of the project to export
Returns: CSV data as string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |