Skip to content

SchemaOptions

Defined in: table/schema/Options.ts:9

optional arrayType: "array" | "list"

Defined in: table/schema/Options.ts:22


optional bareNumber: boolean

Defined in: table/schema/Options.ts:16


optional dateFormat: string

Defined in: table/schema/Options.ts:20


optional datetimeFormat: string

Defined in: table/schema/Options.ts:19


optional decimalChar: string

Defined in: table/schema/Options.ts:14


optional falseValues: string[]

Defined in: table/schema/Options.ts:18


optional fieldNames: string[]

Defined in: table/schema/Options.ts:10


optional fieldTypes: Record<string, FieldType>

Defined in: table/schema/Options.ts:11


optional geojsonFormat: any

Defined in: table/schema/Options.ts:26


optional geopointFormat: any

Defined in: table/schema/Options.ts:25


optional groupChar: string

Defined in: table/schema/Options.ts:15


optional listDelimiter: string

Defined in: table/schema/Options.ts:23


optional listItemType: any

Defined in: table/schema/Options.ts:24


optional missingValues: string[]

Defined in: table/schema/Options.ts:12


optional stringFormat: any

Defined in: table/schema/Options.ts:13


optional timeFormat: string

Defined in: table/schema/Options.ts:21


optional trueValues: string[]

Defined in: table/schema/Options.ts:17