Download List

Project Description

Flatworm is a framework for Java designed to
eliminate the need to hand-parse fixed length flat
file data. It uses an XML file that describes the
format of an input source and breaks the input
into beans of the user's choosing. It can handle
multiple record types in the same file (using
either line length or key field values to
determine the correct type), and can support
multiple-line records. It can also parse multiple
beans out of a single record.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-08-01 19:43
1.2

This release finally adds the ability to generate as well as parse flat files, using the same XML description file. It includes numerous code cleanups and improvements. It handles multiple-level bean references (person.address.zipcodes, for example), more than one type of padding character, and can now use streams for input and output.
Tags: Major feature enhancements

2004-06-16 20:00
1.0

Tags: Initial freshmeat announcement

Project Resources