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

(csv) Feature to ignore empty trailing lines #12

Closed
cowtowncoder opened this issue Mar 20, 2017 · 2 comments
Closed

(csv) Feature to ignore empty trailing lines #12

cowtowncoder opened this issue Mar 20, 2017 · 2 comments
Labels

Comments

@cowtowncoder
Copy link
Member

(from FasterXML/jackson-dataformat-csv#145 by @robmoore)

We have a case where we're reading documents produced by a third-party which contains trailing empty lines. It appears that the reader attempts to create empty POJO entries for these lines rather than ignoring them.

A work around for this is to simply read each value individually rather than using readValues(). Nevertheless, for the streaming case it would be nice to be able to use readValues().

@cowtowncoder
Copy link
Member Author

Looks like #15 might be more general solution here; and possibly easier to implement?

@cowtowncoder
Copy link
Member Author

I think #15 is the superset, and until proven otherwise, assume it covers this too.

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

No branches or pull requests

1 participant