Donate Share

FlatPack Java API For Flat Files

Code

Programming Languages: Java

License: Apache License V2.0

Repositories

browse code, statistics svn co https://flatpack.svn.sourceforge.net/svnroot/flatpack flatpack

Show:

What's happening?

  • Expose the current record type

    When parsing the DataSet, the record type must obviously be known internally. However it is not exposed externally, so the client code must check a set of record types manually. See the Camel Flatpack code below which is hard coded to check "header" and "trailer". This would be simplified, if it the record type was exposed...

    2009-07-27 09:01:16 UTC by yschimke

  • DefaultParserFactory.newDelimitedParser methods missing

    Javadoc has many versions of DefaultParserFactory.newDelimitedParser, while the latest version of Flatpack API provides only three of them.

    2009-06-15 04:56:54 UTC by nobody

Our Numbers