Skip to content

SchemaOptions

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

optional arrayType: "list" | "array"

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


optional bareNumber: boolean

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


optional dateFormat: string

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


optional datetimeFormat: string

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


optional decimalChar: string

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


optional falseValues: string[]

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


optional fieldNames: string[]

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


optional fieldTypes: Record<string, FieldType>

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


optional geojsonFormat: any

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


optional geopointFormat: any

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


optional groupChar: string

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


optional listDelimiter: string

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


optional listItemType: any

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


optional missingValues: string[]

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


optional stringFormat: any

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


optional timeFormat: string

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


optional trueValues: string[]

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