Projects / Data2XML

Data2XML

Data2XML is a quick JAXB-based tool for parsing simple-to-moderately-complex input data into a flat XML representation. It is meant to replace simple String.substring() operations and keyword searches in Java by an easy-to-use XML-configured parser. It is initialized with an XML configuration file that dictates the parsing rules, and can then be used to convert an input data stream into XML. It can search for the occurrence of certain substrings and cut the data into smaller "Tokens" using various conditions like offset definitions. After a value is read, it can be validated against a set of OR- and AND-connected tests that check for the occurrence or non-occurrence of certain strings, check values, etc.

Tags
Licenses
Implementation

RSS Recent releases

  •  27 Oct 2005 06:37

Release Notes: Long-overdue regexp valueValidator support was added.

  •  08 Jun 2005 22:02

Release Notes: Support for additional ValueValidators was added, including length, isShorterThan, and isLongerThan.

  •  19 May 2005 06:40

Release Notes: A "readUntilEnd" operator was added. Minor documentation updates were made and an Ant build file was included.

  •  11 Mar 2005 08:07

No changes have been submitted for this release.

Screenshot

Project Spotlight

Toorox

A Linux live-DVD based on Gentoo.

Screenshot

Project Spotlight

cgit

A Web interface to git repositories.