File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments