FasterXML / FasterXML/jackson-dataformats-text

CsvSchema skipFirstDataRow & useHeader

オープン
#176 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。