dammyOriginal post
Rank 4: Virtual Machine
is it possible to export the data in my database either as excel or other format?
Summary
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.