schema.parseroptions.header.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > ParserOptions > header

ParserOptions.header property

Indicates that the first row of the file contains column header names. If false, names should be supplied, otherwise incrementing numbers will be assigned as header names. Default: true

Signature:

header?: boolean;