tags:

views:

1041

answers:

3

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
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
A: 

Can anybody share their views on whether to use Flatworm or Fixedformat4j . The pros and cons between them