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.

Add a feature in CsvSchema to allow definition of ordering #42

Closed
@cowtowncoder

Description

@cowtowncoder

(note: cleaved off of #40)


Currently the only way to specify ordering of columns with CsvSchema is to either use @JsonPropertyOrder annotation in POJO class, or to manually build schema.
But there is no way to indicate alternate ordering, explicit (by listing possibly partial list of columns) or otherwise (defining a strategy to use for sorting).
But there should be a way: for example, by having method(s) in CsvSchema to allow re-ordering of columns.

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