vote up 1 vote down star

Does anybody know of any good libraries to convert a flat file to Java objects? I found flatworm but I am looking for alternatives.

flag

If it's something like a CSV (or any delimited file) or XML, it's trivial to read it in and create objects out of it. Could you elaborate on the file format and what you are trying to do? – Thomas Owens Aug 18 at 14:55
4  
Flat file is a pretty broad category. Text file? CSV file? Serialized Object file? What's in the "flat file" – Gandalf Aug 18 at 14:55
Judging from the Flatworm link, it appears that flat files are fixed width column text files. – Robert Harvey Aug 18 at 15:09
What's wrong with Flatworm? – Robert Harvey Aug 18 at 15:09
nothing wrong with it, just want to see if there are alternatives that might be better suited to my needs – mkoryak Aug 18 at 15:34
show 1 more comment

1 Answer

vote up 1 vote down check

FFP - Flat file parsing library
http://jffp.sourceforge.net/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.