Map fixed-length files to java objects allowing read from and write to
Parses and formats positional and CSV data into and from Java Objects based on a layout defined in xml format.
Particularly useful for developers that need to integrate Java with legacy systems/languages that only understand positional data (i.e.: Cobol).
JFlat is a Java API for writing to and from flat files such as CSV and fixedwidth. It can map to and from Java beans, provides callbacks to implement custom handling, and is highly customizable.