IDataHeader
Home > @gooddata/sdk-model > IDataHeader
IDataHeader interface
Structural information about CSV header and columns.
Signature:
export interface IDataHeader
Remarks
Indicates whether the CSV file contains header or not and on which row. Also contains the list of CSV columns with their names and types.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
columns | IDataColumn[] | ||
headerRowIndex? | number | (Optional) |