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 a new module for reading records from a reader #140

Closed
cboehme opened this issue Nov 2, 2013 · 0 comments
Closed

Add a new module for reading records from a reader #140

cboehme opened this issue Nov 2, 2013 · 0 comments

Comments

@cboehme
Copy link
Member

cboehme commented Nov 2, 2013

Currently the LineReader module is used for reading "records". However, this requires the records to be separated by newlines. Parsing multi-line pica records (see issue #139) requires to split records at a different character. Hence, it would be handy to have a module which can read records from a reader which delimited by an arbitrary character.

@ghost ghost assigned cboehme Nov 2, 2013
cboehme added a commit that referenced this issue Nov 29, 2013
Fix #140: Added RecordReader for reading records from a reader.
cboehme added a commit that referenced this issue Nov 29, 2013
The RecordReader class reads data from a Reader and splits it at a
user-defined character.
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