schema.parseroptions.skiprows.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > ParserOptions > skipRows

ParserOptions.skipRows property

Number of rows to skip from the start of the data (honors skipBlankLines). Default: 0

Signature:

skipRows?: number;