We are pleased to announce the FlatPack 3.0.0 release! http://flatpack.sourceforge.net Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters. Bind delimited or fixed width text to column names via XML mappings. Support for header and trailer records. Optionally, column names can be retrieved from the first record of a delimited file. =============================================================================== Changes in this version include: New Features: o added the ability to limit the column which are exported to Excel in the ExcelTransformer class o 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 o Unqualified elements have leading and trailing whitespace removed in a delimited parse o Ability to issue an OrderBy On DataSet's containing record mapping elements o Move build to Maven 1.1.x and generate the entire website from the build. o Move to Subversion. Fixed bugs: o Modify code following warning by Findbugs, checkstyle and PMD. =============================================================================== Issues, bugs, and feature requests for FlatPack should be submitted to the following issue tracking system: http://www.sourceforge.net/tracker/?group_id=127761 Have fun! -The FlatPack development team