InferTableSchemaOptions
Defined in: table/models/schema.ts:29
Extends
Section titled “Extends”Properties
Section titled “Properties”arrayType?
Section titled “arrayType?”
optionalarrayType:"array"|"list"
Defined in: table/models/schema.ts:24
Inherited from
Section titled “Inherited from”columnNames?
Section titled “columnNames?”
optionalcolumnNames:string[]
Defined in: table/models/schema.ts:14
Inherited from
Section titled “Inherited from”TableSchemaOptions.columnNames
columnTypes?
Section titled “columnTypes?”
optionalcolumnTypes:Record<string,Column>
Defined in: table/models/schema.ts:15
Inherited from
Section titled “Inherited from”TableSchemaOptions.columnTypes
commaDecimal?
Section titled “commaDecimal?”
optionalcommaDecimal:boolean
Defined in: table/models/schema.ts:32
confidence?
Section titled “confidence?”
optionalconfidence:number
Defined in: table/models/schema.ts:31
dateFormat?
Section titled “dateFormat?”
optionaldateFormat:string
Defined in: table/models/schema.ts:22
Inherited from
Section titled “Inherited from”datetimeFormat?
Section titled “datetimeFormat?”
optionaldatetimeFormat:string
Defined in: table/models/schema.ts:21
Inherited from
Section titled “Inherited from”TableSchemaOptions.datetimeFormat
decimalChar?
Section titled “decimalChar?”
optionaldecimalChar:string
Defined in: table/models/schema.ts:17
Inherited from
Section titled “Inherited from”TableSchemaOptions.decimalChar
falseValues?
Section titled “falseValues?”
optionalfalseValues:string[]
Defined in: table/models/schema.ts:20
Inherited from
Section titled “Inherited from”TableSchemaOptions.falseValues
groupChar?
Section titled “groupChar?”
optionalgroupChar:string
Defined in: table/models/schema.ts:18
Inherited from
Section titled “Inherited from”keepStrings?
Section titled “keepStrings?”
optionalkeepStrings:boolean
Defined in: table/models/schema.ts:34
listDelimiter?
Section titled “listDelimiter?”
optionallistDelimiter:string
Defined in: table/models/schema.ts:25
Inherited from
Section titled “Inherited from”TableSchemaOptions.listDelimiter
listItemType?
Section titled “listItemType?”
optionallistItemType:any
Defined in: table/models/schema.ts:26
Inherited from
Section titled “Inherited from”TableSchemaOptions.listItemType
missingValues?
Section titled “missingValues?”
optionalmissingValues:string[]
Defined in: table/models/schema.ts:16
Inherited from
Section titled “Inherited from”TableSchemaOptions.missingValues
monthFirst?
Section titled “monthFirst?”
optionalmonthFirst:boolean
Defined in: table/models/schema.ts:33
sampleRows?
Section titled “sampleRows?”
optionalsampleRows:number
Defined in: table/models/schema.ts:30
timeFormat?
Section titled “timeFormat?”
optionaltimeFormat:string
Defined in: table/models/schema.ts:23
Inherited from
Section titled “Inherited from”trueValues?
Section titled “trueValues?”
optionaltrueValues:string[]
Defined in: table/models/schema.ts:19