Home > @datashaper/schema > ParserOptions > header
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;