You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appwrite now supports exporting data to CSV directly from the Console. This feature simplifies data extraction and reporting without requiring SDKs or custom scripts.
**What’s new**
CSV Export introduces a new option in the Appwrite Console for generating downloadable CSV files from your database collections.
That means, you can:
- Select the target storage bucket and define a custom filename.
- Apply filters or queries before export.
- Choose specific attributes (columns) to include.
- Set a custom delimiter and optional header row.
- Run exports asynchronously in the background.
- Receive email notifications with a short-lived download link once the export completes.
- Export relationship fields as IDs by default.
**Immediate benefits:**
- Enables data export without SDKs or scripts.
- Customizable exports with query filters and column selection.