We are pleased to announce the FlatPack 3.1.1 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: Fixed bugs: o [1818818] ClassCastException when accessing header or trailer records o Fixed bug in delimited parse when using Reader for data and map. Parameters were being reversed in the code. o [1811210] When parsing multi-line delimited files, blank lines inside the elements were being removed from the result of the parse. Blank lines inside a delimited element were also causing a StringIndexOutOfBoundsException. =============================================================================== 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