What would be the easiest way to export a CouchDB database of documents (identical structure) to CSV?
I assume that this will involve writing a view and manually analyzing each document sequentially using something like PHP, C # or Python.
But is there an easier way or something already existing that I can use?
source
share