CsvHeader interface

Column header definition for a delimited file.

Properties

names

The name of each column.

types

The type of each column; string, number, boolean, date, geography (Well Known Text string). If unspecified or null, will default to string.

Property Details

names

The name of each column.

names?: string[]

Property Value

string[]

types

The type of each column; string, number, boolean, date, geography (Well Known Text string). If unspecified or null, will default to string.

types: Array<"string" | "number" | "date" | "boolean" | "geography">

Property Value

Array<"string" | "number" | "date" | "boolean" | "geography">