Skip to content

Commit 03e0678

Browse files
authored
Merge pull request #283 from thewarpaint/patch-1
Remove incomplete, duplicated list item
2 parents d9cd1ec + 1aa3d00 commit 03e0678

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/parsing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
* `comment: {string} = null`: If your CSV contains comments you can use this option to ignore lines that begin with the specified character (e.g. `#`).
4040
* `discardUnmappedColumns: {boolean} = false`: If you want to discard columns that do not map to a header.
4141
* **NOTE** this is only valid in the case that there are headers and the number of fields parsed is greater than the number of header fields.
42-
* `comment:
4342
* `strictColumnHandling: {boolean} = false`: If you want to consider empty lines/lines with too few fields as invalid and emit a `data-invalid` event
4443
* **NOTE** This option is only considered when `headers` are present.
4544
* `trim: {boolean} = false`: Set to `true` to trim all fields

0 commit comments

Comments
 (0)