|
| 1 | + Apache Commons CSV |
| 2 | + Version 1.6 |
| 3 | + Release Notes |
| 4 | + |
| 5 | + |
| 6 | +INTRODUCTION: |
| 7 | + |
| 8 | +This document contains the release notes for the 1.6 version of |
| 9 | +Apache Commons CSV. Commons CSV reads and writes files in variations of the |
| 10 | +Comma Separated Value (CSV) format. |
| 11 | + |
| 12 | +CSV requires at least Java 7. |
| 13 | + |
| 14 | +The Apache Commons CSV library provides a simple interface for reading and |
| 15 | +writing CSV files of various types. |
| 16 | + |
| 17 | +Feature and bug fix release. |
| 18 | + |
| 19 | +Changes in this version include: |
| 20 | + |
| 21 | +NEW FEATURES |
| 22 | +============== |
| 23 | + |
| 24 | +o CSV-217: Add autoFlush option for CsvPrinter. PR #24. |
| 25 | + Thanks to Korolyov Alexei. |
| 26 | +o CSV-220: Add API org.apache.commons.csv.CSVFormat.withSystemRecordSeparator(). |
| 27 | + Thanks to Gary Gregory. |
| 28 | + |
| 29 | +FIXED BUGS |
| 30 | +============ |
| 31 | + |
| 32 | +o CSV-219: The behavior of quote char using is not similar as Excel does when |
| 33 | + the first string contains CJK char(s). Thanks to Zhang Hongda. |
| 34 | +o CSV-172: Don't quote cells just because they have UTF-8 encoded characters. |
| 35 | + Thanks to Andrew Pennebaker. |
| 36 | +o CSV-223: Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL. |
| 37 | + Thanks to Samuel Martin. |
| 38 | +o CSV-209: Create CSVFormat.ORACLE preset. Thanks to Gary Gregory. |
| 39 | +o CSV-224: Some multi-iterator parsing peek sequences incorrectly consume |
| 40 | + elements. Thanks to David Warshaw. |
| 41 | +o CSV-225: Parse method should avoid creating a redundant BufferedReader. |
| 42 | + Thanks to Anson Schwabecher. |
| 43 | + |
| 44 | +CHANGES |
| 45 | +========= |
| 46 | + |
| 47 | +o CSV-231: Add more documentation to CSVPrinter. |
| 48 | + |
| 49 | + |
| 50 | +Have fun! |
| 51 | +-Apache Commons CSV team |
| 52 | + |
| 53 | +------------------------------------------------------------------------------ |
| 54 | + |
1 | 55 | Apache Commons CSV |
2 | 56 | Version 1.5 |
3 | 57 | Release Notes |
|
0 commit comments