
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
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- How can we add more than 8 attributes in...
Hey, when I tried to add attribute in my collection it showed me this Error "The maximum number or size of attributes for this collection has been reached." How...
- implement caching
It it possible to cache response for few minutes? I dont want to create function or implement a whole reverse server just to cache it in somewhere ?
