I'm looking forward to using it. Thanks to all of you who spent time refining
the code over the past few months!
Take care,
Daniel
-Original Message-
From: Benedikt Ritter [mailto:brit...@apache.org]
Sent: Friday, August 15, 2014 2:52 AM
To: annou...@apache.org; Commons Developers Lis
> For example, CSVFormat.getEscapeCharacter() works for me, when I read the
> code, I read "get the escape character", not "get the escape", which makes me
> think: "get the escape what?".
For what it's worth, I feel the same way (I'm just a user of the library).
Take care,
Daniel
-Origi
Yes! I subscribed to dev@commons just to know about the 1.0 release as soon as
it was available :-)
-Original Message-
From: Dan Tran [mailto:dant...@gmail.com]
Sent: Friday, March 28, 2014 1:59 PM
To: Commons Developers List
Subject: Re: [CVS] Release 1.0?
Please please release it :-)
Hi guys,
I just went through an exercise where I was experimenting with the
current Commons CSV snapshot, to see how it might fit into some existing
code where we build CSV files manually. All of the code involved
creating CSV files, not reading them. Some thoughts:
- It's very nice that CS