Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Feature to ignore empty trailing lines #145

Closed
robmoore opened this issue Mar 14, 2017 · 2 comments
Closed

Feature to ignore empty trailing lines #145

robmoore opened this issue Mar 14, 2017 · 2 comments

Comments

@robmoore
Copy link

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.

@robmoore
Copy link
Author

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

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

No branches or pull requests

2 participants