What would a function (API, really) look like for importing CSV? Also, would you need to be able to stream the input data?
On Thu, Jan 14, 2010 at 11:07 AM, Chris Anderson <[email protected]> wrote: > On Thu, Jan 14, 2010 at 8:45 AM, Brian Candler <[email protected]> wrote: >> I can use a _list function to export a database in a non-JSON format (e.g. >> CSV) >> >> But what about importing? I see there is _update, but as far as I can see it >> only acts on a single document. Is there something that acts at the >> database level and can build a bulk_save batch? >> > > This isn't the first request I've heard for this functionality. Maybe > you can add a Jira ticket? > > Chris > >> Thanks, >> >> Brian. >> > > > > -- > Chris Anderson > http://jchrisa.net > http://couch.io >
