Hi,

Gary has already added the isConsistent() method to CSVRecord to give users
a possibility to check if a CSVRecord's  values have the same length as the
headers array. Are we satisfied with this solution for CSV-96 [1]?
One thing I'd like to do is convert the ArrayOutOfBoundsExpcetion that may
be thrown from get(String) into something that is a bit more expressive in
the context of CSVRecords. How do you feel about this? There should be no
impact on performance.

Regards,
Benedikt

[1] https://issues.apache.org/jira/browse/CSV-96

-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Reply via email to