|
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.
|