Top "Bean-io" questions

BeanIO is an open source Java framework for marshalling and unmarshalling Java beans, or plain old java objects (POJO's), from large flat files or streams.

What's a regex that matches all numbers except 1, 2 and 25?

There's an input of Strings that are composed of only digits, i.e. integer numbers. How to write a regex …

java regex regex-negation bean-io
How to introduce a variable date formatting in BeanIO xml file?

Here's my BeanIO xml configuration file: <beanio xmlns="http://www.beanio.org/2011/01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" …

java bean-io
BeanIO write annotated class to fixedlength

I am trying to write annotated class to fixedlength file with beanio. All classes are already annotated but I am …

java bean-io