You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Emmanuel Bourg <eb...@apache.org> on 2011/11/09 13:02:53 UTC

[csv] Removing CSVUtils?

I'm looking at the design of [csv] and I wonder if the CSVUtils class is 
worth keeping. It contains a printLine methods that operates on a 
CSVStrategy that could probably be turned into a member method of 
CSVStrategy, and two parse methods that could be static members of 
CSVParser.

http://commons.apache.org/sandbox/csv/apidocs/org/apache/commons/csv/CSVUtils.html

What do you think?

Emmanuel Bourg