From: <zep...@us...> - 2008-09-01 13:21:25
|
Revision: 403 http://flatpack.svn.sourceforge.net/flatpack/?rev=403&view=rev Author: zepernick Date: 2008-09-01 13:21:36 +0000 (Mon, 01 Sep 2008) Log Message: ----------- added new option on the Parser to store the raw data of each line. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-09-01 13:21:06 UTC (rev 402) +++ trunk/src/site/changes.xml 2008-09-01 13:21:36 UTC (rev 403) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="change">New Parser option to log the raw line data of the record in the + DataSet object. Parser.setStoreRawDataToDataSet()</action> <action dev="zepernick" type="fix">Stopped the fixed width parser from removing leading spaces in a data element. Added the ParserUtils.rTrim() method.</action> <action dev="zepernick" type="change">Added getLong() to DataSet interface</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |