CsvParseStream: negative fieldsPerRecord
doesn't work with skipFirstRow
or columns
#6434
Labels
fieldsPerRecord
doesn't work with skipFirstRow
or columns
#6434
Describe the bug
According to
fieldsPerRecord
documentation, I should be able to parse CSV with variable length records. I can successfully do so but not when I useskipFirstRow
and/orcolumns
.working example
Steps to Reproduce
Create a script with the contents of any of the following examples
not working with
skipFirstRow
not working with
columns
not working with
skipFirstRow
andcolumns
Execute the script with
deno run
See error:
Expected behavior
Record<T, string | undefined>
orPartial<Record<T, string>>
should be used instead ofRecord<T, string>
Environment
The text was updated successfully, but these errors were encountered: