Re: Bindy/FixedLength/encoding/optional fields

2013-01-24 Thread Walzer, Thomas
BeanIO looks great, I´ll give it a try. So many libraries - so little time. Thank you Claus. Am 24.01.2013 um 10:49 schrieb Claus Ibsen : > Hi > > Have you looked at beanio. Its a great library > http://camel.apache.org/beanio > > > > On Thu, Jan 24, 2013 at 10:41 AM, Walzer, Thomas > wr

Re: Bindy/FixedLength/encoding/optional fields

2013-01-24 Thread Claus Ibsen
Hi Have you looked at beanio. Its a great library http://camel.apache.org/beanio On Thu, Jan 24, 2013 at 10:41 AM, Walzer, Thomas wrote: > Hi all, > > I see strange behaviour in camel-bindy: > > 1) When I unmarshal a fixed-length file I get errors when the file is encoded > in e.g. UTF-8. It

Bindy/FixedLength/encoding/optional fields

2013-01-24 Thread Walzer, Thomas
Hi all, I see strange behaviour in camel-bindy: 1) When I unmarshal a fixed-length file I get errors when the file is encoded in e.g. UTF-8. It seems that characters that need multiple bytes to encode confuse the parser/scanner. There was a JIRA with regard to bindy-csv but nothing bindy-fixed