You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2019. It is now read-only.
Currently existence of additional undeclared/extra columns results in an exception.
But it would be good to have:
A feature to indicate it is ok to have extra columns at the end; and if so, ignore/skip them, AND
An accessor in CsvParser to indicate number of such extra columns that were skipped, if any
It may also make sense to try to add support for exposing such extra fields using some other mechanism (expose as actual column, perhaps), and let them be set via "any setter"). But that's for another feature request.