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
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...