RE: [ANNOUNCE] Apache Commons CSV 1.0 released!

2014-08-18 Thread Daniel Gredler (DHL GM US)
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

RE: [CSV] Trying RC3?

2014-08-04 Thread Daniel Gredler (DHL GM US)
> 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

RE: [CVS] Release 1.0?

2014-03-28 Thread Daniel Gredler
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 :-)

[csv] user feedback

2013-04-05 Thread Daniel Gredler
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