Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 66707 invoked from network); 14 Jan 2010 19:37:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2010 19:37:56 -0000 Received: (qmail 91047 invoked by uid 500); 14 Jan 2010 19:37:54 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 90966 invoked by uid 500); 14 Jan 2010 19:37:54 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 90956 invoked by uid 99); 14 Jan 2010 19:37:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 19:37:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zachary.zolton@gmail.com designates 209.85.219.216 as permitted sender) Received: from [209.85.219.216] (HELO mail-ew0-f216.google.com) (209.85.219.216) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 19:37:45 +0000 Received: by ewy8 with SMTP id 8so2803502ewy.32 for ; Thu, 14 Jan 2010 11:37:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=4LWMencGo8syG8mVesi+u2bKAv6z/yrrWclYz3VmNgY=; b=SRzvESCWY/zrRH8fdNr2lV4j2hi4+hfnAKS/TLqTmDQYXOQn8Lo9QCXC1MtiTjS9pM pvTbxSHf1+TOa/2M4033QYyQUu+0Mb75Blc1bPYUIi611V3buH5Q8joOKWFWv4yZrxHO D4VYLSx3Ex2Ia9rDEWXPCEFXrJN5ybh4Tby+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=ZCZ7VsQkBpVpYHzALYUJBwjxJMFBtf+LLSBWL5O7A4jRajqeADUT9xz8nfufUY1KcA sWM82rMfuGUxVjxecCWV1tOgMb+UcOldFXJ4kfkeNKmcfgnQ3k2Dd9frfVeIEJU09RJj 1hh8kwHASma+KZql+JD1/L5dhkcHdUH5QUyXc= MIME-Version: 1.0 Received: by 10.216.86.148 with SMTP id w20mr424206wee.138.1263497842235; Thu, 14 Jan 2010 11:37:22 -0800 (PST) In-Reply-To: References: <20100114164558.GA32497@uk.tiscali.com> From: Zachary Zolton Date: Thu, 14 Jan 2010 13:37:02 -0600 Message-ID: Subject: Re: Bulk CSV import? To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 wrote: > On Thu, Jan 14, 2010 at 8:45 AM, Brian Candler wrot= e: >> 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 se= e it >> only acts on a single document. =A0Is 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 >