Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add record padding to be used in parsing #100

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 3 comments
Open

Add record padding to be used in parsing #100

GoogleCodeExporter opened this issue Apr 15, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?  If applicable, please provide a
mapping configuration and sample record input to recreate the problem.

We have fixed-length files that may have a lot of spaces that are trimmed from 
line ends, so one or more fields are "missing" with last field possibly 
partially specified

What is the expected output? What do you see instead?

It would be great to have recordPadding setting used during parse.
Currently we have to mark all the fields as  minOccurs="0" 
lenientPadding="true".

What version of BeanIO are you using? What JDK version?

BeanIO 2.1.0.M2 jdk1.7.0_45

Original issue reported on code.google.com by [email protected] on 9 Jan 2014 at 3:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant