Download List

Descripción del Proyecto

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

Este comunicado finalmente agrega la capacidad de generar, así como analizar los archivos planos, utilizando el mismo archivo XML descripción. Incluye limpieza de código numerosas y mejoras. Maneja las referencias de frijol de varios niveles (person.address.zipcodes, por ejemplo), más de un tipo de carácter de relleno, y ahora pueden utilizar las corrientes de entrada y salida.
Tags: Major feature enhancements
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.

2004-06-16 20:00
1.0

Tags: Initial freshmeat announcement

Project Resources