
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
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
- db queries
hi, could you please help/advice me , i checked db usage for my app which has real usage once a month (its voting app) and i see a lot db queries for days when ...
- DATABASE ERROR
I suddenly cannot delete any documents in my organization collection. No matter I use SDK or delete it manually in appwrite console platform, it still cannot be...
