Skip to content
This repository was 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

@cowtowncoder

Description

@cowtowncoder

Currently existence of additional undeclared/extra columns results in an exception.
But it would be good to have:

  1. A feature to indicate it is ok to have extra columns at the end; and if so, ignore/skip them, AND
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions