;csv: doc: clarify skip's behaviour

[ci skip]
This commit is contained in:
Simon Michael 2019-10-12 10:28:42 -07:00
parent 952c2728f8
commit 96e9b1595d

View File

@ -86,7 +86,8 @@ Blank lines and lines beginning with `#` or `;` are ignored.
`skip `*`N`*
Skip this number of CSV records at the beginning.
Skip this many non-empty lines preceding the CSV data.
(Empty/blank lines are skipped automatically.)
You'll need this whenever your CSV data contains header lines. Eg:
<!-- XXX -->
<!-- hledger tries to skip initial CSV header lines automatically. -->