From: <be...@us...> - 2006-10-16 17:41:04
|
Revision: 61 http://svn.sourceforge.net/pzfilereader/?rev=61&view=rev Author: benoitx Date: 2006-10-16 09:39:11 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Suggest that we aim the next release at 2.3 or 3.0, make our maven changes and modify the package structure for iBiblio.org (that will also have an impact on Maven build). Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2006-10-16 16:21:49 UTC (rev 60) +++ trunk/src/site/changes.xml 2006-10-16 16:39:11 UTC (rev 61) @@ -7,6 +7,10 @@ <title>Changes</title> </properties> <body> + <release version="2.3.0" date="in svn" description="Move to Maven"> + <action dev="benoitx" type="add">Move build to Maven 1.1.x and generate the entire website from the build.</action> + <action dev="benoitx" type="fix">Modify code following warning by Findbugs, checkstyle and PMD.</action> + </release> <release version="2.2.2" date="2006-08-18" description="Fix"> <action dev="zepernick" type="fix">Fixed bug in LargeDataSet. Multiline delimited records were not being parsed correctly. They were showing up as errors when being parsed.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2006-10-17 14:22:42
|
Revision: 66 http://svn.sourceforge.net/pzfilereader/?rev=66&view=rev Author: zepernick Date: 2006-10-17 07:22:39 -0700 (Tue, 17 Oct 2006) Log Message: ----------- documented change Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2006-10-17 14:21:32 UTC (rev 65) +++ trunk/src/site/changes.xml 2006-10-17 14:22:39 UTC (rev 66) @@ -8,6 +8,7 @@ </properties> <body> <release version="2.3.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="add">Ability to issue an OrderBy On DataSet's containing record mapping elements</action> <action dev="benoitx" type="add">Move build to Maven 1.1.x and generate the entire website from the build.</action> <action dev="benoitx" type="fix">Modify code following warning by Findbugs, checkstyle and PMD.</action> <action dev="marchy" type="add">Move to Subversion.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2006-10-30 11:57:00
|
Revision: 146 http://svn.sourceforge.net/pzfilereader/?rev=146&view=rev Author: zepernick Date: 2006-10-30 03:56:56 -0800 (Mon, 30 Oct 2006) Log Message: ----------- documented addition to splitLine Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2006-10-30 11:55:25 UTC (rev 145) +++ trunk/src/site/changes.xml 2006-10-30 11:56:56 UTC (rev 146) @@ -8,6 +8,7 @@ </properties> <body> <release version="2.3.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="add">Unqualified elements have leading and trailing whitespace removed in a delimited parse</action> <action dev="zepernick" type="add">Ability to issue an OrderBy On DataSet's containing record mapping elements</action> <action dev="benoitx" type="add">Move build to Maven 1.1.x and generate the entire website from the build.</action> <action dev="benoitx" type="fix">Modify code following warning by Findbugs, checkstyle and PMD.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2006-11-11 20:46:52
|
Revision: 175 http://svn.sourceforge.net/pzfilereader/?rev=175&view=rev Author: zepernick Date: 2006-11-11 12:46:46 -0800 (Sat, 11 Nov 2006) Log Message: ----------- logged change Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2006-11-11 20:42:15 UTC (rev 174) +++ trunk/src/site/changes.xml 2006-11-11 20:46:46 UTC (rev 175) @@ -8,6 +8,8 @@ </properties> <body> <release version="2.3.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="add">added getObject(String column, Class toConvert) method. PZFileReader will ship with + default classes to handle conversions. Custom conversions can be easily added by adding to the pzconvert.properties</action> <action dev="zepernick" type="add">Unqualified elements have leading and trailing whitespace removed in a delimited parse</action> <action dev="zepernick" type="add">Ability to issue an OrderBy On DataSet's containing record mapping elements</action> <action dev="benoitx" type="add">Move build to Maven 1.1.x and generate the entire website from the build.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2006-12-15 14:11:35
|
Revision: 221 http://svn.sourceforge.net/pzfilereader/?rev=221&view=rev Author: zepernick Date: 2006-12-15 06:11:31 -0800 (Fri, 15 Dec 2006) Log Message: ----------- logged change Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2006-12-15 13:44:00 UTC (rev 220) +++ trunk/src/site/changes.xml 2006-12-15 14:11:31 UTC (rev 221) @@ -8,6 +8,7 @@ </properties> <body> <release version="2.3.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="add">added the ability to limit the column which are exported to Excel in the ExcelTransformer class</action> <action dev="zepernick" type="add">added getObject(String column, Class toConvert) method. PZFileReader will ship with default classes to handle conversions. Custom conversions can be easily added by adding to the pzconvert.properties</action> <action dev="zepernick" type="add">Unqualified elements have leading and trailing whitespace removed in a delimited parse</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2006-12-16 14:48:24
|
Revision: 232 http://svn.sourceforge.net/pzfilereader/?rev=232&view=rev Author: zepernick Date: 2006-12-16 06:48:21 -0800 (Sat, 16 Dec 2006) Log Message: ----------- Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2006-12-16 14:41:28 UTC (rev 231) +++ trunk/src/site/changes.xml 2006-12-16 14:48:21 UTC (rev 232) @@ -8,6 +8,8 @@ </properties> <body> <release version="2.3.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="change">Removed setters and default constructor from DataError. Error properties + are set through the new constructor.</action> <action dev="zepernick" type="add">added the ability to limit the column which are exported to Excel in the ExcelTransformer class</action> <action dev="zepernick" type="add">added getObject(String column, Class toConvert) method. PZFileReader will ship with default classes to handle conversions. Custom conversions can be easily added by adding to the pzconvert.properties</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2006-12-16 18:04:06
|
Revision: 240 http://svn.sourceforge.net/pzfilereader/?rev=240&view=rev Author: zepernick Date: 2006-12-16 10:04:03 -0800 (Sat, 16 Dec 2006) Log Message: ----------- Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2006-12-16 17:57:34 UTC (rev 239) +++ trunk/src/site/changes.xml 2006-12-16 18:04:03 UTC (rev 240) @@ -8,6 +8,8 @@ </properties> <body> <release version="2.3.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="change">Removed ParserUtils.getColumnMDFromFile(InputStream, String, String) this method + was depricated in 2.2</action> <action dev="zepernick" type="change">Removed setters and default constructor from DataError. Error properties are set through the new constructor.</action> <action dev="zepernick" type="add">added the ability to limit the column which are exported to Excel in the ExcelTransformer class</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <be...@us...> - 2006-12-16 18:07:39
|
Revision: 241 http://svn.sourceforge.net/pzfilereader/?rev=241&view=rev Author: benoitx Date: 2006-12-16 10:07:39 -0800 (Sat, 16 Dec 2006) Log Message: ----------- typos Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2006-12-16 18:04:03 UTC (rev 240) +++ trunk/src/site/changes.xml 2006-12-16 18:07:39 UTC (rev 241) @@ -9,14 +9,14 @@ <body> <release version="2.3.0" date="in svn" description="Move to Maven and Subversion"> <action dev="zepernick" type="change">Removed ParserUtils.getColumnMDFromFile(InputStream, String, String) this method - was depricated in 2.2</action> + was deprecated in 2.2</action> <action dev="zepernick" type="change">Removed setters and default constructor from DataError. Error properties are set through the new constructor.</action> - <action dev="zepernick" type="add">added the ability to limit the column which are exported to Excel in the ExcelTransformer class</action> + <action dev="zepernick" type="add">added the ability to limit the column which are exported to Excel in the ExcelTransformer class</action> <action dev="zepernick" type="add">added getObject(String column, Class toConvert) method. PZFileReader will ship with default classes to handle conversions. Custom conversions can be easily added by adding to the pzconvert.properties</action> - <action dev="zepernick" type="add">Unqualified elements have leading and trailing whitespace removed in a delimited parse</action> - <action dev="zepernick" type="add">Ability to issue an OrderBy On DataSet's containing record mapping elements</action> + <action dev="zepernick" type="add">Unqualified elements have leading and trailing whitespace removed in a delimited parse</action> + <action dev="zepernick" type="add">Ability to issue an OrderBy On DataSet's containing record mapping elements</action> <action dev="benoitx" type="add">Move build to Maven 1.1.x and generate the entire website from the build.</action> <action dev="benoitx" type="fix">Modify code following warning by Findbugs, checkstyle and PMD.</action> <action dev="marchy" type="add">Move to Subversion.</action> @@ -79,7 +79,7 @@ http://sourceforge.net/projects/jexcelapi. The jxl.jar has been included in the download for your convience and must be on the classpath if using this new method --> writeToExcel(File) in the DataSet class </action> - <action dev="zepernick" type="add">Changed examples to work with 2.1.0. Some examples still refered to depricated constructors from 2.0.0 which have + <action dev="zepernick" type="add">Changed examples to work with 2.1.0. Some examples still refered to deprecated constructors from 2.0.0 which have been removed in this version. </action> <action dev="zepernick" type="add">Added 2 new examples to demonstrate the export to Excel and the parsing of multiline records. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-01-10 20:03:06
|
Revision: 263 http://svn.sourceforge.net/pzfilereader/?rev=263&view=rev Author: zepernick Date: 2007-01-10 12:02:59 -0800 (Wed, 10 Jan 2007) Log Message: ----------- changed getDate() to return a null on empty Strings instead of getting a parse exception Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-01-10 20:02:45 UTC (rev 262) +++ trunk/src/site/changes.xml 2007-01-10 20:02:59 UTC (rev 263) @@ -7,7 +7,8 @@ <title>Changes</title> </properties> <body> - <release version="2.3.0" date="in svn" description="Move to Maven and Subversion"> + <release version="3.0.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="change">DataSet.getDate() will now return a null on empty Strings</action> <action dev="zepernick" type="change">Removed ParserUtils.getColumnMDFromFile(InputStream, String, String) this method was deprecated in 2.2</action> <action dev="zepernick" type="change">Removed setters and default constructor from DataError. Error properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-01-18 14:29:15
|
Revision: 264 http://svn.sourceforge.net/pzfilereader/?rev=264&view=rev Author: zepernick Date: 2007-01-18 06:29:09 -0800 (Thu, 18 Jan 2007) Log Message: ----------- added change for SLF4J Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-01-10 20:02:59 UTC (rev 263) +++ trunk/src/site/changes.xml 2007-01-18 14:29:09 UTC (rev 264) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.0.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="change">Added new dependency, SLF4j. This is used to log parsing issues. SLF4j is a facade + to the following loggers; log4j, jcl, nop, and jdk 1.4. See 3.0 User Doc for further instruction.</action> <action dev="zepernick" type="change">DataSet.getDate() will now return a null on empty Strings</action> <action dev="zepernick" type="change">Removed ParserUtils.getColumnMDFromFile(InputStream, String, String) this method was deprecated in 2.2</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-03-10 18:14:43
|
Revision: 286 http://svn.sourceforge.net/pzfilereader/?rev=286&view=rev Author: zepernick Date: 2007-03-10 10:14:44 -0800 (Sat, 10 Mar 2007) Log Message: ----------- Feature Request 1566626. Added setIgnoreExtraColumns() method to the PZParser. Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes outside of the column definition. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-03-10 18:14:27 UTC (rev 285) +++ trunk/src/site/changes.xml 2007-03-10 18:14:44 UTC (rev 286) @@ -7,7 +7,12 @@ <title>Changes</title> </properties> <body> - <release version="3.0.0" date="in svn" description="Move to Maven and Subversion"> + <release version="3.1.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="change">Feature Request 1566626. Added setIgnoreExtraColumns() method to the PZParser. + Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes + outside of the column definition.</action> + </release> + <release version="3.0.0" date="2007-02-11" description="Move to Maven and Subversion"> <action dev="zepernick" type="change">Added new dependency, SLF4j. This is used to log parsing issues. SLF4j is a facade to the following loggers; log4j, jcl, nop, and jdk 1.4. See 3.0 User Doc for further instruction.</action> <action dev="zepernick" type="change">DataSet.getDate() will now return a null on empty Strings</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-03-20 15:36:21
|
Revision: 287 http://svn.sourceforge.net/pzfilereader/?rev=287&view=rev Author: zepernick Date: 2007-03-20 08:36:16 -0700 (Tue, 20 Mar 2007) Log Message: ----------- Stopped column lookup from being case sensitive Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-03-10 18:14:44 UTC (rev 286) +++ trunk/src/site/changes.xml 2007-03-20 15:36:16 UTC (rev 287) @@ -8,6 +8,7 @@ </properties> <body> <release version="3.1.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="fix">Stopped column lookup from being case sensitive</action> <action dev="zepernick" type="change">Feature Request 1566626. Added setIgnoreExtraColumns() method to the PZParser. Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes outside of the column definition.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-03-20 23:13:21
|
Revision: 289 http://svn.sourceforge.net/pzfilereader/?rev=289&view=rev Author: zepernick Date: 2007-03-20 16:13:22 -0700 (Tue, 20 Mar 2007) Log Message: ----------- - converting xml map parser over to Reader - Removed parse(File) - Added parse(Reader) Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-03-20 15:36:35 UTC (rev 288) +++ trunk/src/site/changes.xml 2007-03-20 23:13:22 UTC (rev 289) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.1.0" date="in svn" description="Move to Maven and Subversion"> + <action dev="zepernick" type="change">Removed deprecated PZMapParser.parse(File). + Added PZMapParser.parse(Reader). Deprecated PZMapParser.parse(InputStream). </action> <action dev="zepernick" type="fix">Stopped column lookup from being case sensitive</action> <action dev="zepernick" type="change">Feature Request 1566626. Added setIgnoreExtraColumns() method to the PZParser. Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-03-21 11:31:09
|
Revision: 293 http://svn.sourceforge.net/pzfilereader/?rev=293&view=rev Author: zepernick Date: 2007-03-21 04:31:05 -0700 (Wed, 21 Mar 2007) Log Message: ----------- - Adding support for java.io.Reader in PZParser. This is now the preferred method for reading files. - Deprecated File and InputStream parsers Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-03-21 11:30:20 UTC (rev 292) +++ trunk/src/site/changes.xml 2007-03-21 11:31:05 UTC (rev 293) @@ -7,7 +7,9 @@ <title>Changes</title> </properties> <body> - <release version="3.1.0" date="in svn" description="Move to Maven and Subversion"> + <release version="3.1.0" date="in svn" description="Maintenance"> + <action dev="zepernick" type="change">Changing the PZParseFactory to use java.io.Reader instead of File + or InputStream. The File and InputStream methods are still available, but are now deprecated.</action> <action dev="zepernick" type="change">Removed deprecated PZMapParser.parse(File). Added PZMapParser.parse(Reader). Deprecated PZMapParser.parse(InputStream). </action> <action dev="zepernick" type="fix">Stopped column lookup from being case sensitive</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-04-21 15:43:06
|
Revision: 299 http://svn.sourceforge.net/pzfilereader/?rev=299&view=rev Author: zepernick Date: 2007-04-21 08:43:02 -0700 (Sat, 21 Apr 2007) Log Message: ----------- Logged new changes Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-04-21 15:42:12 UTC (rev 298) +++ trunk/src/site/changes.xml 2007-04-21 15:43:02 UTC (rev 299) @@ -8,6 +8,14 @@ </properties> <body> <release version="3.1.0" date="in svn" description="Maintenance"> + <action dev="zepernick" type="change">Removing deprecated methods in ParserUtils; + isMultiLine(), splitLine(), getCMDKeyForFixedLengthFile()</action> + <action dev="zepernick" type="change">Added option to PZParser setColumnNamesCaseSensitive(). + This will force the user to lookup the column value in the exact same case as the column was specified + in the mapping or file. Deprecated the current method signatures for;ParserUtils.buidColumnIndexMap, + ParserUtils.getColumnIndex,ParserUtils.getColumnMDFromFile. Added PZParser parameter to new signatures, + however, this parameter CAN BE null. Registered PZParser with the DefaultDataSet. This will provide + the ability to see what options were set pertaining to data retrieval.</action> <action dev="zepernick" type="change">Changing the PZParseFactory to use java.io.Reader instead of File or InputStream. The File and InputStream methods are still available, but are now deprecated.</action> <action dev="zepernick" type="change">Removed deprecated PZMapParser.parse(File). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-04-21 16:44:56
|
Revision: 301 http://svn.sourceforge.net/pzfilereader/?rev=301&view=rev Author: zepernick Date: 2007-04-21 09:44:58 -0700 (Sat, 21 Apr 2007) Log Message: ----------- Logged new changes Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-04-21 16:44:37 UTC (rev 300) +++ trunk/src/site/changes.xml 2007-04-21 16:44:58 UTC (rev 301) @@ -8,6 +8,9 @@ </properties> <body> <release version="3.1.0" date="in svn" description="Maintenance"> + <action dev="zepernick" type="change">Added option to the PZParser setIgnoreParseWarnings(boolean). + When true, the parser will not log warning into the error collection in the DataSet. The + default is false.</action> <action dev="zepernick" type="change">Removing deprecated methods in ParserUtils; isMultiLine(), splitLine(), getCMDKeyForFixedLengthFile()</action> <action dev="zepernick" type="change">Added option to PZParser setColumnNamesCaseSensitive(). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-04-21 21:35:06
|
Revision: 303 http://svn.sourceforge.net/pzfilereader/?rev=303&view=rev Author: zepernick Date: 2007-04-21 14:35:07 -0700 (Sat, 21 Apr 2007) Log Message: ----------- Logged new changes Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-04-21 21:34:49 UTC (rev 302) +++ trunk/src/site/changes.xml 2007-04-21 21:35:07 UTC (rev 303) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.1.0" date="in svn" description="Maintenance"> + <action dev="zepernick" type="change">Feature Request 1569891. Added setNullEmptyStrings to the + PZParser. This will make the DataSet.getString() return null if the column is empty.</action> <action dev="zepernick" type="change">Added option to the PZParser setIgnoreParseWarnings(boolean). When true, the parser will not log warning into the error collection in the DataSet. The default is false.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-04-21 22:34:03
|
Revision: 308 http://svn.sourceforge.net/pzfilereader/?rev=308&view=rev Author: zepernick Date: 2007-04-21 15:34:04 -0700 (Sat, 21 Apr 2007) Log Message: ----------- Logged new changes Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-04-21 22:33:49 UTC (rev 307) +++ trunk/src/site/changes.xml 2007-04-21 22:34:04 UTC (rev 308) @@ -8,6 +8,9 @@ </properties> <body> <release version="3.1.0" date="in svn" description="Maintenance"> + <action dev="zepernick" type="change">Feature Request 1596087. Added attribute "elementCount" on record + element mapping, which can determine a header, trailer, or detail record by the number of elements contained + on the record. This only applies to delimited files.</action> <action dev="zepernick" type="change">Feature Request 1569891. Added setNullEmptyStrings to the PZParser. This will make the DataSet.getString() return null if the column is empty.</action> <action dev="zepernick" type="change">Added option to the PZParser setIgnoreParseWarnings(boolean). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <be...@us...> - 2007-05-24 22:58:28
|
Revision: 311 http://svn.sourceforge.net/pzfilereader/?rev=311&view=rev Author: benoitx Date: 2007-05-24 15:58:30 -0700 (Thu, 24 May 2007) Log Message: ----------- added comment on changes Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-05-24 22:51:48 UTC (rev 310) +++ trunk/src/site/changes.xml 2007-05-24 22:58:30 UTC (rev 311) @@ -7,7 +7,8 @@ <title>Changes</title> </properties> <body> - <release version="3.1.0" date="in svn" description="Maintenance"> + <release version="3.1.0-SNAPSHOT" date="in svn" description="Maintenance"> + <action dev="benoitx" type="change">Created a PZMetaData class for internal use, it contains the list of column names and index for fast access.</action> <action dev="zepernick" type="change">Feature Request 1596087. Added attribute "elementCount" on record element mapping, which can determine a header, trailer, or detail record by the number of elements contained on the record. This only applies to delimited files.</action> @@ -30,7 +31,7 @@ Added PZMapParser.parse(Reader). Deprecated PZMapParser.parse(InputStream). </action> <action dev="zepernick" type="fix">Stopped column lookup from being case sensitive</action> <action dev="zepernick" type="change">Feature Request 1566626. Added setIgnoreExtraColumns() method to the PZParser. - Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes + Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes outside of the column definition.</action> </release> <release version="3.0.0" date="2007-02-11" description="Move to Maven and Subversion"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |