Skip to content

How to abort execution, if I only need few lines to be parsed? #27

Answered by airbreather
IoBes asked this question in Q&A
Discussion options

You must be logged in to vote

Recommendation is to use CsvReaderVisitorWithUTF8HeadersBase as the base class for your visitor, since that gives you a special method that you can override to plug in your header-specific processing.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@IoBes
Comment options

Answer selected by airbreather
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants