DuckDB-WASM
Preparing search index...
index
CSVInsertOptions
Interface CSVInsertOptions
interface
CSVInsertOptions
{
columns
?:
{
[
key
:
string
]:
DataType
<
Type
,
any
>
}
;
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
]:
DataType
<
Type
,
any
>
}
Optional
columns
Flat
columnsFlat
?:
SQLField
[]
Optional
create
create
?:
boolean
Optional
date
Format
dateFormat
?:
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
timestampFormat
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
columns
Flat
create
date
Format
delimiter
detect
escape
header
name
quote
schema
skip
timestamp
Format
DuckDB-WASM
Loading...