|
From: <zep...@us...> - 2007-11-23 14:10:00
|
Revision: 381
http://flatpack.svn.sourceforge.net/flatpack/?rev=381&view=rev
Author: zepernick
Date: 2007-11-23 06:10:03 -0800 (Fri, 23 Nov 2007)
Log Message:
-----------
added an option to store the raw data in the DataError object when a parse error occurs
Modified Paths:
--------------
trunk/src/site/changes.xml
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2007-11-23 14:08:40 UTC (rev 380)
+++ trunk/src/site/changes.xml 2007-11-23 14:10:03 UTC (rev 381)
@@ -11,6 +11,8 @@
<action dev="zepernick" type="change">Added an option on the Paser setFlagEmptyRows().
This will make the DataSet.isRowEmpty() method available. This method will return
true when there is no data on any columns in the row.</action>
+ <action dev="zepernick" type="change">New Parser option to log the raw line data in the
+ DataError object for parse errors. Parser.setStoreRawDataToDataError()</action>
</release>
<release version="3.1.1" date="2007-10-01" description="Fix">
<action dev="zepernick" type="fix">[1818818] ClassCastException when accessing header or trailer records</action>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|