What would be the simplest way to export a couchdb database of documents (identical structure) to CSV?
I'm guessing it would involve writing a view and manually parsing each document serially using something like PHP/C#/Python. But is there a simpler way or something already existing I can make use of?