http://www.osjava.org/genjava/multiproject/gj-csv/

is available as well if it has any useful ideas that could be merged in. 

IO is the first place I'd look for csv handling (though possibly only
because I implement them as Reader/Writer style classes). Others have
suggested Codec in the past.

Hen


On Fri, 17 Sep 2004 09:43:11 +1000, Dion Gillard <[EMAIL PROTECTED]> wrote:
> The licensing on those is GPL.
> 
> 
> 
> 
> On Thu, 16 Sep 2004 14:32:20 -0400, Jung, Eric <[EMAIL PROTECTED]> wrote:
> > Tim,
> > Someone beat you to the punch. There's already an implementation at:
> >
> > http://ostermiller.org/utils/CSV.html
> > and for excel:
> > http://ostermiller.org/utils/ExcelCSV.html
> >
> > I haven't used them so I don't know how well they work.
> >
> > That said, these classes are on the lesser-known Giant Java Tree, not
> > Commons, and are licensed under GPL, not LGPL :( so I would very much like
> > to see your work whether or not the Commons folks are interested in
> > publishing it.
> >
> > Good luck,
> > Eric
> >
> >
> >
> > -----Original Message-----
> > From: Tim Dawson [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, September 16, 2004 2:18 PM
> > To: [EMAIL PROTECTED]
> > Subject: CSV parser & printer
> >
> > I've implemented CSV parser & printer classes (with accompanying unit tests)
> > that are Microsoft Excel compatible (i.e. it uses double quotes rather than
> > an escape character). I'd like to donate it to commons; any interest? Which
> > project would it go to - I didn't see one that jumped out as being the
> > obvious candidate.
> >
> > Tim Dawson
> > [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> --
> http://www.multitask.com.au/people/dion/
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to