The following is a list of known CSV Manager bugs, listed by version.
If you have discovered a bug that is not on this list, please submit the bug and we'll try to fix it in the next
release. Thanks!
| Number |
Date/Status/Release |
Summary |
Submitted By |
| 0016 |
2007-06-21 / fixed / 1.2.4
|
Comments within lines were enabled by default, causing unexpected data loss. Comments now only valid
at start of line, unless CsvSpec.setCommentWithinLine is true.
|
Benjamin Manes
reardencommerce.com
|
| 0015 |
2007-05-28 / fixed / 1.2.3
|
CsvLoader did not recognize CsvSpec.setStartLine
|
Richard Rodger
|
| 0014 |
2007-03-01 / fixed / 1.2.1
|
CsvLoader did not recognize CsvSpec.setIgnoreEmptyLines
|
Christian Schrader
eVendi
|
| Number |
Date/Status/Release |
Summary |
Submitted By |
| 0013 |
2006-10-04 / fixed / 1.1.11
|
Comment character '#' caused parse error when comments where turned off.
|
Dan Dofter
Data Advantage Group
|
| 0012 |
2006-06-15 / fixed / 1.1.10
|
TableModelLineListener was dropping first row of data when headers setting was true.
|
Jøgen Salomonsen
AquaSim
|
| 0011 |
2006-01-03 / fixed / 1.1.8
|
Added data-field-max-length and allow-quoted-line-ends settings to help with large file parsing.
|
Brian Schilt
Dauntless
|
| 0010 |
2005-12-21 / fixed / 1.1.7
|
Added collect-bad-lines setting so that BadLines collection will not cause memory error for
large numbers of bad lines.
|
Brian Schilt
Dauntless
|
| 0009 |
2005-12-07 / fixed / 1.1.6
|
pOriginalLine parameter in LineListener.addLine included EOF character when last line
did not have trailing newline.
|
Richard Rodger
|
| 0008 |
2005-12-07 / fixed / 1.1.6
|
pNumFields parameter in LineListener.addLine is one less than correct value when
line contains final comma
|
Dave Cracauer
Integral7
|
| 0007 |
2005-11-09 / fixed / 1.1.5
|
CsvTableModel throws ArrayIndexOutOfBoundsException when rows
do not contain enough cells
|
Luis Garcia
|
| 0006 |
2005-10-28 / fixed / 1.1.4
|
LineListenerSupport, LineProviderSupport and FieldListenerSupport Impl methods did not
include throws Exception declaration.
|
Richard Rodger
|
| 0005 |
2005-10-28 / fixed / 1.1.4
|
Quote.AsNeeded did not quote fields containing newlines when saving.
|
Stephen Friedrich
FORTIS IT
|
| 0004 |
2005-03-01 / fixed / 1.1.3
|
CsvSpec.setEndLine(n) has no effect. The whole file is parsed, only calls to LineListener are suppressed after line n.
|
Manfred Paix
heiler.com
|
| 0003 |
2005-02-21 / fixed / 1.1.2
|
FieldListener method endLine missing required parameters (pOriginalLine and pLineCount) for creating BadLine object.
|
Stephen Cerruti
|
| 0002 |
2005-01-24 / fixed / 1.1.1
|
CsvManager method public String saveToString( LineProvider pLineProvider ) throws a ClassCastException
|
Manfred Paix
heiler.com
|
| 0001 |
2004-09-14 / open / 1.1.0 |
Parser cannot handle unicode code points over \uffff, which means that
encodings such as Big5 cannot be read.
|
Richard Rodger |
Use this form to submit bug report for the CSV Manager bug list. We
take bug reports very seriously, but we may have to edit them for
clarity or merge them with other bug reports.
We'll try to review your bug report as soon as possible. If you like,
we can attribute the bug report to you and put in a link to your site.
You will be notified by mail once your bug submission has been reviewed
and you will be able to view the status of your bug report on this page.