Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 515 Bytes

File metadata and controls

13 lines (8 loc) · 515 Bytes

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;