We are very excited to present yet another release of Super CSV, version 1.20.
Super CSV is a free CSV reader/writer with a wealth of features to suit all your CSV needs. The framework evolves around the
notion of cell processors which enables a highly customizable and verbose specification of how to read and write CSV files.
This release has a few new Cell processors and some updated API's for writers
and improved overall documentation. The main gain in this release is the ConvertNullTo processor.
Highlights:
Added the ConvertNullTo cell processor which enables better support for writing partial objects, maps and lists.
Changed method signatures to use the Java 5 "..." notation to make the programming more natural. This has been done for
Various writers writeHeader()
ForbidSubStr, Required, StrLen
Small bugfix in processor StrLen