Re: [csv] user feedback

2013-04-08 Thread Gary Gregory
On Fri, Apr 5, 2013 at 5:42 PM, Daniel Gredler wrote: > 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 f

Re: [csv] user feedback

2013-04-05 Thread Gary Gregory
Thank you for the feedback. Feel free to provide patches in JIRA based on the code in SVN trunk ;) Gary On Apr 5, 2013, at 17:56, Daniel Gredler wrote: > Hi guys, > > > > I just went through an exercise where I was experimenting with the > current Commons CSV snapshot, to see how it might fit i

[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