This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
Support JsonGenerator.Feature.IGNORE_KNOWN
for CSV, to ignoring extra columns
#50
Milestone
Currently existence of additional undeclared/extra columns results in an exception.
But it would be good to have:
CsvParser
to indicate number of such extra columns that were skipped, if anyIt 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.
The text was updated successfully, but these errors were encountered: