Menu

opencsv 4.1 is released!

Many bug fixes.

One big thing to note is that the HeaderColumnMappingStrategy will now throw an exception if it encounters a line that has a different number of data elements than the number of header elements.

<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>4.1</version>
</dependency>

Check out the What New page for details: https://sourceforge.net/p/opencsv/wiki/What%27s%20new/

Posted by Scott Conway 2017-11-13

Log in to post a comment.