FasterXML / FasterXML/jackson-dataformats-text
CsvSchema skipFirstDataRow & useHeader
オープン
csv
- 主要言語
- Java
- スター
- 455
- フォーク
- 164
- 平均マージ
- 6日 10時間
- マージ済み PR(30日)
- 2
説明
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._
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。