Does anybody know of any good libraries to convert a flat file to Java objects? I found flatworm but I am looking for alternatives.
+1
A:
FFP - Flat file parsing library
http://jffp.sourceforge.net/
Robert Harvey
2009-08-18 15:13:26
A:
You can also give a try to Fixedformat4j. I like the annotations approach and it's very simple to define a custom field format.
bibix
2010-03-02 08:11:04