Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Allow specifying (via CsvSchema) a way to map "extra" columns into specific key (to use via any setter) #109

@cowtowncoder

Description

@cowtowncoder

(note: sort of related to #95)

As an alternative to being able to ignore "extra" columns (values for columns that come after all defined columns), it would make sense to allow these to instead be mapped to sort of virtual properties.
But since it is tricky to try to generate specific naming convention (and, for specific names, one could just create schema anyway), it should probably be enough to just let a single name be specified, and this name exposed. Doing this would allow this extra information to flow into any-setter (@JsonAnySetter).

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