Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 76141 invoked from network); 1 Feb 2011 17:13:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 17:13:08 -0000 Received: (qmail 82177 invoked by uid 500); 1 Feb 2011 17:13:07 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 82081 invoked by uid 500); 1 Feb 2011 17:13:05 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 82071 invoked by uid 99); 1 Feb 2011 17:13:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 17:13:05 +0000 X-ASF-Spam-Status: No, hits=-1.8 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,URI_NOVOWEL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of GGregory@seagullsoftware.com designates 216.82.253.19 as permitted sender) Received: from [216.82.253.19] (HELO mail152.messagelabs.com) (216.82.253.19) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 17:12:58 +0000 X-VirusChecked: Checked X-Env-Sender: GGregory@seagullsoftware.com X-Msg-Ref: server-12.tower-152.messagelabs.com!1296579286!45587971!10 X-StarScan-Version: 6.2.9; banners=-,-,- X-Originating-IP: [137.134.240.188] Received: (qmail 7923 invoked from network); 1 Feb 2011 17:12:04 -0000 Received: from unknown (HELO postal.rocketsoftware.com) (137.134.240.188) by server-12.tower-152.messagelabs.com with AES128-SHA encrypted SMTP; 1 Feb 2011 17:12:04 -0000 Received: from NWT-S-MBX2.rocketsoftware.com ([fe80::5161:f503:4728:78ad]) by nwt-s-cas2.rocketsoftware.com ([::1]) with mapi id 14.01.0270.001; Tue, 1 Feb 2011 12:10:35 -0500 From: Gary Gregory To: Commons Developers List Subject: RE: [csv] Fixes for commons-csv Thread-Topic: [csv] Fixes for commons-csv Thread-Index: AQHLvwZ0kqkGIt2CCE+Da+ddToqD95PmkKNwgABt3oCABcD3kIAAeTYA//+uubA= Date: Tue, 1 Feb 2011 17:10:34 +0000 Message-ID: <02AA127CD8DCDE48BC7D2DFB6C87083A07E54217@nwt-s-mbx2.rocketsoftware.com> References: <02AA127CD8DCDE48BC7D2DFB6C87083A07E4D98D@nwt-s-mbx2.rocketsoftware.com> <8EE3191D-EA04-49D2-9463-E75FA6B4E7E7@gmail.com> <02AA127CD8DCDE48BC7D2DFB6C87083A07E53AB2@nwt-s-mbx2.rocketsoftware.com> <20110201105958.30281fs27nkdbhvo@209.62.38.7> In-Reply-To: <20110201105958.30281fs27nkdbhvo@209.62.38.7> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.10.251] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: adrian.crum@sandglass-software.com [mailto:adrian.crum@sandglass- > software.com] > Sent: Tuesday, February 01, 2011 12:00 > To: dev@commons.apache.org > Subject: RE: [csv] Fixes for commons-csv >=20 > Having a JDBC driver would make using CSV files a lot simpler. If the > "guts" were pluggable, you could use the same driver for SDF files, > Excel files, Open Doc data, etc. But then you get into Eclipse ODA territory...=20 How configurable does it have to be?=20 For example: http://csvjdbc.sourceforge.net/ Gary >=20 > -Adrian >=20 > Quoting Gary Gregory : >=20 > > Hi All, > > > > I've just come across the need to do CSV work but from the JDBC POV. > > > > This made me think of this project and whether a JDBC CSV driver > > could use [csv] as it's guts. > > > > The higher-level issue though, is whether I would use [csv] at all > > when I can use a more complete API like JDBC. > > > > This might explain why [csv] never made it out of the sandbox. > > > > My question to Jacopo is: Have you considered going the JDBC route? > > > > Curious, > > > > Gary Gregory > > Senior Software Engineer > > Rocket Software > > 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA > > Tel: +1.404.760.1560 > > Email: ggregory@seagullsoftware.com > > Web: seagull.rocketsoftware.com > > > > > > > >> -----Original Message----- > >> From: Jacopo Cappellato [mailto:jacopo.cappellato@gmail.com] > >> Sent: Friday, January 28, 2011 12:54 > >> To: Commons Developers List > >> Subject: Re: [csv] Fixes for commons-csv > >> > >> Hi Gary, > >> > >> first of all, thanks for the quick response; please see my comments > inline: > >> > >> On Jan 28, 2011, at 5:23 PM, Gary Gregory wrote: > >> > >> > Hi Jacopo, > >> > > >> > First, yes, please contribute updates and fixes. > >> > > >> > >> Great, will do. > >> > >> > Would you be willing to contribute more than 'small' things to turn > the > >> project into a real 1.0 release? > >> > >> I think that the answer is "yes": we are using a snapshot for a projec= t > >> here at work and it would be great if we could use a real release; I > would > >> be happy to help in the process. > >> > >> Kind regards, > >> > >> Jacopo > >> > >> > > >> > I've not looked at the component in a loooong time so I am not sure > what > >> would be needed. > >> > > >> > Gary Gregory > >> > Senior Software Engineer > >> > Rocket Software > >> > 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA > >> > Tel: +1.404.760.1560 > >> > Email: ggregory@seagullsoftware.com > >> > Web: seagull.rocketsoftware.com > >> > > >> > > >> > > >> >> -----Original Message----- > >> >> From: Jacopo Cappellato [mailto:jacopo.cappellato@gmail.com] > >> >> Sent: Friday, January 28, 2011 11:14 > >> >> To: dev@commons.apache.org > >> >> Subject: [csv] Fixes for commons-csv > >> >> > >> >> Hi all, > >> >> > >> >> I am a committer of the Apache OFBiz project and I am using commons= - > csv > >> for > >> >> a project at work. > >> >> I am wondering if there are plans to maintain the common-csv packag= e; > if > >> I > >> >> will submit some patches and small enhancements will they be > considered? > >> >> If there is interest around this, I may also be available to help = to > >> >> resolve some of the Jira task listed here: > >> >> > >> >> https://issues.apache.org/jira/browse/SANDBOX/fixforversion/1231351= 4 > >> >> > >> >> in order to be able to issue a release. > >> >> > >> >> Kind regards, > >> >> > >> >> Jacopo > >> >> -------------------------------------------------------------------= -- > >> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >> >> For additional commands, e-mail: dev-help@commons.apache.org > >> > > >> > > >> > --------------------------------------------------------------------= - > >> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >> > For additional commands, e-mail: dev-help@commons.apache.org > >> > > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >> For additional commands, e-mail: dev-help@commons.apache.org > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > > For additional commands, e-mail: dev-help@commons.apache.org > > > > >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org