Skip to content

Add new CsvParser.Feature.ALLOW_COMMENTS to replace deprecated JsonParser.Feature.ALLOW_YAML_COMMENTS #108

@cowtowncoder

Description

@cowtowncoder

As of Jackson 2.9 CSV parser allows two methods to enable processing of "hash comments" within cells:

  1. CsvSchema has methods to enable this on per-column basis
  2. If JsonParser.Feature.ALLOW_YAML_COMMENTS is enabled, default is to enable for all columns (unless explicitly disabled via schema)

Jackson 2.10 deprecates this feature (and adds JSON-specific replacement), so we should add a CSV-specific variant.

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