IDataHeader
Home > @gooddata/sdk-backend-spi > IDataHeader
IDataHeader interface
Warning: This API is now obsolete.
Use IDataHeader
Structural information about CSV header and columns.
Signature:
export interface IDataHeader extends m.IDataHeader
Extends: m.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.