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
Description
(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
Labels
No labels