简体   繁体   中英

How to convert CouchDB into CSV files

I have CouchDB database in my local server, and the data are being updated in hourly bases.

how can I export data from CouchDB to CSV files? what is the best practice to do this?

if there is no direct method to do this easily, I want to implement this using PHP.

You should have a look into the Couchdb List function:

Using the CouchDB(1.6.1) List function to output to a csv file

http://guide.couchdb.org/draft/transforming.html

Please be aware that the list function is proposed for deprecation in future Couchdb releases. https://github.com/apache/couchdb/issues/1534

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM