FasterXML / FasterXML/jackson-dataformats-text
CsvSchema skipFirstDataRow & useHeader
Ouverte
csv
- Langage dominant
- Java
- Étoiles
- 455
- Forks
- 164
- Merge moyen
- 6 j 10 h
- PR mergées (30 j)
- 2
Description
When both skipFirstDataRow and useHeader value are set **true**, the skipping will take place on the **second** line of the document.
_whether the first data line (either first line of the document, if useHeader=false, or second, if useHeader=true) should be completely ignored by parser._
Is it possible to overwrite this behaviour? Namely skipping the first line and use the second line as the header.
For example, this kind of document:
_sep=,
header1,header2
value1,value2._
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.