Thanks, that is helpful. 2009/6/25 Nathan Stott <[email protected]>
> Use show and list functions to return CSV data. > http://wiki.apache.org/couchdb/Formatting_with_Show_and_List > > 2009/6/25 Guozhu.Wen <[email protected]> > > > The data returned from couchDB is usually a json string. Something the > json > > string is so big that it is time consuming for parseing this string. I > use > > python's simplejson module in order to convert json to dict type, but it > is > > many slow. > > > > So I was wondering how can I fetch the csv data from couchDB, or is there > > any efficient modules to parse the json? > > > > Thanks in advanced! > > > > -- > > 稳 > > Guozhu Wen > > mail: [email protected] > > douban: http://www.douban.com/people/wentrue/ > > blog: http://www.wentrue.net/blog/ > > twitter: https://twitter.com/wentrue > > > -- 稳 Guozhu Wen mail: [email protected] douban: http://www.douban.com/people/wentrue/ blog: http://www.wentrue.net/blog/ twitter: https://twitter.com/wentrue
