is it possible to export the data in my database either as excel or other format?
TL;DR
Developers discuss exporting data from the database. One suggests dumping to JSON then using a CSV converter or a library. Another mentions creating a script to convert documents to CSV. The original developer asks if it's possible to export data from the database as Excel or another format.I don't think so, no.
You could make a script however for like CSV, by getting the documents and changing it to like a CSV
Dump to JSON, then use a CSV convertor or a lib.
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...