Does anybody know of any good libraries to convert a flat file to Java objects? I found flatworm but I am looking for alternatives.
|
|
FFP - Flat file parsing library |
|||
|
|
|
Quick update: flatworm has not been active for quite a while, there is a fork named BeanIO: http://www.beanio.org/ |
|||
|
|
|
You would like to consider JRecordBind (I'm its author) Unlike others, it's able to both parse and create flat files and it uses plain XML Schema (so you don't have to learn yet another configuration syntax). Some users recycle the same XSD for producing both webservice and flat files output. ps: I've recently moved the code to github |
|||
|
|
|
You can also give a try to Fixedformat4j. I like the annotations approach and it's very simple to define a custom field format. |
|||
|
|
|
I have not used this JFlat, But it seems this Framework provides conversion from Flat file to Java object. Similarly BeanIO also provides a simple and flexible API. You can try with FlatPack - but it is OLD and the docs are not good as JFlat or BeanIO Apache Camel has Flatpack component as well as from 2.10 it has BenaIO component |
||||
|
|