Datastore to CSV¶
The Datastore to CSV worker receives a datastore and converts it to a CSV file. You can configure the file name, tags, and whether the generated file is saved to the platform.

Parameters¶
Input¶
| Field | Description |
|---|---|
| Datastore | The datastore to convert. Accepts Fixed Datastore, Get Latest, or Upstream Data |

Output¶
| Field | Description |
|---|---|
| File Name | Name of the output CSV file. Accepts Template Text or Upstream Data |
| Workspace | Workspace where the CSV file will be saved. Accepts Fixed Workspace |
| Tags | Tags for the output file. Accepts Fixed Tags or Upstream Data |
| Storage Mode | How the result is persisted. Options: Transient (current run only), Create (saved to platform) |

Result¶
Once the worker finishes successfully, it returns a result object containing the CSV file. You can check the Output Types article to learn more about result object types.
- File (file)
- ID (string)
- Name (string)
- Tags (list of strings)
- Content-Type (string)