schema.parseroptions.readrows.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > ParserOptions > readRows

ParserOptions.readRows property

Number of rows to read from the data, starting at skip_rows (honors skipBlankLines). Default: Infinity

Signature:

readRows?: number;