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 PapayaCsvIterator #6

Open
SaschaKersken opened this issue Jul 16, 2015 · 0 comments
Open

Add a PapayaCsvIterator #6

SaschaKersken opened this issue Jul 16, 2015 · 0 comments

Comments

@SaschaKersken
Copy link
Contributor

PapayaCsvReader uses a byte offset to read a CSV file line by line. It also opens and closes the CSV file after each line. It's not really the most usable piece of code and could be replaced by an Iterator that reads and returns one CSV line for each iteration.

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