Preparing search index...
The search index is not available
DuckDB-WASM
DuckDB-WASM
index
CSVInsertOptions
Interface CSVInsertOptions
interface
CSVInsertOptions
{
columns
?:
{
[
key
:
string
]
:
arrow.DataType
;
}
;
columnsFlat
?:
SQLField
[]
;
create
?:
boolean
;
dateFormat
?:
string
;
delimiter
?:
string
;
detect
?:
boolean
;
escape
?:
string
;
header
?:
boolean
;
name
:
string
;
quote
?:
string
;
schema
?:
string
;
skip
?:
number
;
timestampFormat
?:
string
;
}
Index
Properties
columns?
columns
Flat?
create?
date
Format?
delimiter?
detect?
escape?
header?
name
quote?
schema?
skip?
timestamp
Format?
Properties
Optional
columns
columns
?:
{
[
key
:
string
]
:
arrow.DataType
;
}
Type declaration
[
key
:
string
]:
arrow.DataType
Optional
columns
Flat
columns
Flat
?:
SQLField
[]
Optional
create
create
?:
boolean
Optional
date
Format
date
Format
?:
string
Optional
delimiter
delimiter
?:
string
Optional
detect
detect
?:
boolean
Optional
escape
escape
?:
string
Optional
header
header
?:
boolean
name
name
:
string
Optional
quote
quote
?:
string
Optional
schema
schema
?:
string
Optional
skip
skip
?:
number
Optional
timestamp
Format
timestamp
Format
?:
string
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
columns
columns
Flat
create
date
Format
delimiter
detect
escape
header
name
quote
schema
skip
timestamp
Format
DuckDB-WASM
Loading...