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

Reading or Writing Fixed Length File without line termination character #122

Open
GoogleCodeExporter opened this issue Mar 27, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

For reading/writing a fixed length file, the file must have a recordTerminator 
character or line separator.
In my case, the file does not contain any recordTerminator character. 
The records in the file can be breaked by using record length only.
Is it possible to provide some option to handle such fixed length files?

I am using BeanIO 2.1 and Java 7.

Original issue reported on code.google.com by [email protected] on 2 Oct 2014 at 9:48

@GoogleCodeExporter
Copy link
Author

Its trivial to implement your own DelimitedRecordParserFactory that has that 
behavior, but I'll look at adding it into the library.

See 
https://groups.google.com/forum/#!searchin/beanio/fixed$20record$20length/beanio
/3b1SJtXyqBQ/J-VwBq1ERDAJ

Original comment by [email protected] on 5 Nov 2014 at 2:29

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

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

2 participants