From: <zep...@us...> - 2008-08-31 12:43:24
|
Revision: 401 http://flatpack.svn.sourceforge.net/flatpack/?rev=401&view=rev Author: zepernick Date: 2008-08-31 12:43:32 +0000 (Sun, 31 Aug 2008) Log Message: ----------- stopped the fixed width parser from removing leading spaces in the data element. Added the rTrim() method in the ParserUtils Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-08-31 12:34:49 UTC (rev 400) +++ trunk/src/site/changes.xml 2008-08-31 12:43:32 UTC (rev 401) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <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> <action dev="zepernick" type="fix">Added check for duplicate column names when using file header for column names.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <zep...@us...> - 2008-09-02 02:20:42
|
Revision: 406 http://flatpack.svn.sourceforge.net/flatpack/?rev=406&view=rev Author: zepernick Date: 2008-09-02 02:20:51 +0000 (Tue, 02 Sep 2008) Log Message: ----------- added the ability to specify the type of column being ordered by: String, Date, Numeric. This allows more control over the sorting. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-09-02 02:20:25 UTC (rev 405) +++ trunk/src/site/changes.xml 2008-09-02 02:20:51 UTC (rev 406) @@ -8,6 +8,9 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="change">Added optional 3rd parameter to the OrderColumn constructor which + allows the specification of the type of column being sorted: OrderColumn.COLTYPE_STRING, OrderColumn.COLTYPE_DATE, + OrderColumn.COLTYPE_NUMERIC</action> <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. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2010-03-01 14:54:26
|
Revision: 410 http://flatpack.svn.sourceforge.net/flatpack/?rev=410&view=rev Author: zepernick Date: 2010-03-01 14:54:20 +0000 (Mon, 01 Mar 2010) Log Message: ----------- Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2010-02-28 20:44:26 UTC (rev 409) +++ trunk/src/site/changes.xml 2010-03-01 14:54:20 UTC (rev 410) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="fix">Fixed SF Bug 1869636. The parameters for the XML Map and + data file were reversed in the BuffReaderDelimParser.</action> <action dev="zepernick" type="change">Added optional 3rd parameter to the OrderColumn constructor which allows the specification of the type of column being sorted: OrderColumn.COLTYPE_STRING, OrderColumn.COLTYPE_DATE, OrderColumn.COLTYPE_NUMERIC</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2010-10-26 18:47:29
|
Revision: 421 http://flatpack.svn.sourceforge.net/flatpack/?rev=421&view=rev Author: zepernick Date: 2010-10-26 18:47:23 +0000 (Tue, 26 Oct 2010) Log Message: ----------- Added an option to over ride the table names for DATASTRUCTURE and DATAFILE. The table names can now be changed all together, or be set to lower case if so desired. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2010-10-26 18:45:26 UTC (rev 420) +++ trunk/src/site/changes.xml 2010-10-26 18:47:23 UTC (rev 421) @@ -9,6 +9,8 @@ <body> <release version="3.3.0" date="in svn" description="Maintenance"> <action dev="benoitx" type="fix">Use JDK 1.5.</action> + <action dev="zepernick" type="add">Ability to over ride the table names for DATAFILE and + DATASTRUCTURE when using the DB for the MetaData.</action> </release> <release version="3.2.0" date="2010-03-03" description="New parse options"> <action dev="benoitx" type="add">Added a getBigDecimal method on DataSet.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2010-11-03 19:09:45
|
Revision: 423 http://flatpack.svn.sourceforge.net/flatpack/?rev=423&view=rev Author: zepernick Date: 2010-11-03 19:09:40 +0000 (Wed, 03 Nov 2010) Log Message: ----------- Fixed bug in DBDelimitedParser. Trying to use the column headers to build the meta data when ignore first was set to false. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2010-10-26 19:12:12 UTC (rev 422) +++ trunk/src/site/changes.xml 2010-11-03 19:09:40 UTC (rev 423) @@ -10,7 +10,10 @@ <release version="3.3.0" date="in svn" description="Maintenance"> <action dev="benoitx" type="fix">Use JDK 1.5.</action> <action dev="zepernick" type="add">Ability to over ride the table names for DATAFILE and - DATASTRUCTURE when using the DB for the MetaData.</action> + DATASTRUCTURE when using the DB for the MetaData.</action> + <action dev="zepernick" type="fix">DBDelimitedParser was trying to build column names from + the first record when ignore first was set to false. Column mappings should always come + from the DB for this class.</action> </release> <release version="3.2.0" date="2010-03-03" description="New parse options"> <action dev="benoitx" type="add">Added a getBigDecimal method on DataSet.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2011-06-08 20:13:06
|
Revision: 427 http://flatpack.svn.sourceforge.net/flatpack/?rev=427&view=rev Author: zepernick Date: 2011-06-08 20:13:00 +0000 (Wed, 08 Jun 2011) Log Message: ----------- Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2011-06-08 20:06:57 UTC (rev 426) +++ trunk/src/site/changes.xml 2011-06-08 20:13:00 UTC (rev 427) @@ -14,6 +14,7 @@ <action dev="zepernick" type="fix">DBDelimitedParser was trying to build column names from the first record when ignore first was set to false. Column mappings should always come from the DB for this class.</action> + <action dev="zepernick" type="add">BuffReader Parser now support Database Column Mappings</action> </release> <release version="3.2.0" date="2010-03-03" description="New parse options"> <action dev="benoitx" type="add">Added a getBigDecimal method on DataSet.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2012-01-10 15:43:52
|
Revision: 430 http://flatpack.svn.sourceforge.net/flatpack/?rev=430&view=rev Author: zepernick Date: 2012-01-10 15:43:41 +0000 (Tue, 10 Jan 2012) Log Message: ----------- Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2011-12-12 23:31:41 UTC (rev 429) +++ trunk/src/site/changes.xml 2012-01-10 15:43:41 UTC (rev 430) @@ -15,6 +15,8 @@ the first record when ignore first was set to false. Column mappings should always come from the DB for this class.</action> <action dev="zepernick" type="add">BuffReader Parser now support Database Column Mappings</action> + <action dev="zepernick" type="fix">DelimiterWriter now also quotes elements that contain a + qualifier. It was previously only checking to see if the data contained a delmiter.</action> </release> <release version="3.2.0" date="2010-03-03" description="New parse options"> <action dev="benoitx" type="add">Added a getBigDecimal method on DataSet.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2012-03-09 20:56:17
|
Revision: 433 http://flatpack.svn.sourceforge.net/flatpack/?rev=433&view=rev Author: zepernick Date: 2012-03-09 20:56:11 +0000 (Fri, 09 Mar 2012) Log Message: ----------- Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2012-01-10 15:56:36 UTC (rev 432) +++ trunk/src/site/changes.xml 2012-03-09 20:56:11 UTC (rev 433) @@ -17,6 +17,8 @@ <action dev="zepernick" type="add">BuffReader Parser now support Database Column Mappings</action> <action dev="zepernick" type="fix">DelimiterWriter now also quotes elements that contain a qualifier. It was previously only checking to see if the data contained a delmiter.</action> + <action dev="zepernick" type="add">Added a setNumericColumns(String[]) to the ExcelTransformer. + Any columns contained in the array will be written to Excel as a Numeric instead of a Text field.</action> </release> <release version="3.2.0" date="2010-03-03" description="New parse options"> <action dev="benoitx" type="add">Added a getBigDecimal method on DataSet.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2012-04-04 14:51:49
|
Revision: 435 http://flatpack.svn.sourceforge.net/flatpack/?rev=435&view=rev Author: zepernick Date: 2012-04-04 14:51:39 +0000 (Wed, 04 Apr 2012) Log Message: ----------- Enhancements to the Writer: No column mapping required on delimiter writer. Ability to write different record types. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2012-03-09 20:56:26 UTC (rev 434) +++ trunk/src/site/changes.xml 2012-04-04 14:51:39 UTC (rev 435) @@ -19,6 +19,10 @@ qualifier. It was previously only checking to see if the data contained a delmiter.</action> <action dev="zepernick" type="add">Added a setNumericColumns(String[]) to the ExcelTransformer. Any columns contained in the array will be written to Excel as a Numeric instead of a Text field.</action> + <action dev="zepernick" type="add">Added the ability to use the DelimiterWriter with no column + mappings. Added new class DelimiterWriterOptions to achieve this.</action> + <action dev="zepernick" type="add">Fixed and Delimiter writers now support multiple record + types in the same file.</action> </release> <release version="3.2.0" date="2010-03-03" description="New parse options"> <action dev="benoitx" type="add">Added a getBigDecimal method on DataSet.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |