SchemaOptions
Defined in: table/schema/Options.ts:9
Extended by
Section titled “Extended by”Properties
Section titled “Properties”arrayType?
Section titled “arrayType?”
optionalarrayType:"array"|"list"
Defined in: table/schema/Options.ts:22
bareNumber?
Section titled “bareNumber?”
optionalbareNumber:boolean
Defined in: table/schema/Options.ts:16
dateFormat?
Section titled “dateFormat?”
optionaldateFormat:string
Defined in: table/schema/Options.ts:20
datetimeFormat?
Section titled “datetimeFormat?”
optionaldatetimeFormat:string
Defined in: table/schema/Options.ts:19
decimalChar?
Section titled “decimalChar?”
optionaldecimalChar:string
Defined in: table/schema/Options.ts:14
falseValues?
Section titled “falseValues?”
optionalfalseValues:string[]
Defined in: table/schema/Options.ts:18
fieldNames?
Section titled “fieldNames?”
optionalfieldNames:string[]
Defined in: table/schema/Options.ts:10
fieldTypes?
Section titled “fieldTypes?”
optionalfieldTypes:Record<string,FieldType>
Defined in: table/schema/Options.ts:11
geojsonFormat?
Section titled “geojsonFormat?”
optionalgeojsonFormat:any
Defined in: table/schema/Options.ts:26
geopointFormat?
Section titled “geopointFormat?”
optionalgeopointFormat:any
Defined in: table/schema/Options.ts:25
groupChar?
Section titled “groupChar?”
optionalgroupChar:string
Defined in: table/schema/Options.ts:15
listDelimiter?
Section titled “listDelimiter?”
optionallistDelimiter:string
Defined in: table/schema/Options.ts:23
listItemType?
Section titled “listItemType?”
optionallistItemType:any
Defined in: table/schema/Options.ts:24
missingValues?
Section titled “missingValues?”
optionalmissingValues:string[]
Defined in: table/schema/Options.ts:12
stringFormat?
Section titled “stringFormat?”
optionalstringFormat:any
Defined in: table/schema/Options.ts:13
timeFormat?
Section titled “timeFormat?”
optionaltimeFormat:string
Defined in: table/schema/Options.ts:21
trueValues?
Section titled “trueValues?”
optionaltrueValues:string[]
Defined in: table/schema/Options.ts:17