Apache Commons CSV 1.8 release, CSV file read and write library

Apache Commons CSV 1.8 (requires Java 8+) released, Commons CSV is a Java library for reading and writing various Comma Separated Value (CSV) format file. 

update content:

New features

  • CSV-255: Add CSVRecord.isSet (int) Method

Bug fixes

  • CSV-135: character escape can not use quotation marks correctly
  • CSV-244: After CSVFormat # equals () to update, test case fails
  • CSV-243: withTrim () and withIgnoreSurroundingSpaces () need better documentation of CSVFormat
  • CSV-242: CSVFormat equals () and hashCode () does not use all the fields
  • CSV-241: CSVFormat # validate () irrespective allowDuplicateHeaderNames
  • CSV-245: Repair version 1.7
  • CSV-252: The test frame to upgrade JUnit 5 Jupiter 
  • CSV-247: do not allow empty when the column headings, allow the use of an empty title
  • CSV-248: CSVRecord not serialize

Release Notes

Guess you like

Origin www.oschina.net/news/113269/commons-csv-1-8-released