Releases: j256/simplecsv
Releases · j256/simplecsv
2.7
Compare
Sorry, something went wrong.
No results found
j256
released this
21 Apr 23:26
Changed CsvProcessor.writeAll() and readAll() to not close their reader/writer since it didn't open it.
Added writeAll() and readAll() with a string filePath argument.
Added a UNKNOWN_VALUE ParseError type for invalid values.
2.6
Compare
Sorry, something went wrong.
No results found
j256
released this
31 Dec 15:16
Fixed another problem with line-termination in a field. Refactored that code and added better random tests.
2.5
Compare
Sorry, something went wrong.
No results found
j256
released this
31 Dec 15:16
Fixed an bug that I found when line-termination character an a blank line are inside a column.
2.4
Compare
Sorry, something went wrong.
No results found
j256
released this
31 Dec 15:16
Added handling of line-termination characters inside of columns if enabled.
Added a setting to load the fields from any super-classes before the subclasses.
2.3
Compare
Sorry, something went wrong.
No results found
j256
released this
31 Dec 15:16
Added better parse error information, especially with enums. Thanks to @iamareebjamal .
2.2
Compare
Sorry, something went wrong.
No results found
j256
released this
31 Dec 15:17
Some small changes around logging and serializable parse-errors.
2.1
Compare
Sorry, something went wrong.
No results found
j256
released this
31 Dec 15:17
More refactored to remove FieldInfo entirely and move field information into ColumnInfo.
BROKE (again) the Converter API to switch to a ColumnInfo in the configure(...) method.