mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
CsvReader.this
mir
csv
CsvReader
struct
CsvReader
@
trusted
pure @
nogc
this
(
return
scope
const
(
char
)[]
text
,
char
separator
= ','
,
char
quote
= '"'
,
char
comment
= '\0'
,
uint
skipRows
= 0
,
bool
fill
= true
,
bool
skipEmptyLines
= true
,
uint
nColumns
= 0
)
Throws
throws an exception if the first row is exists and invalid.
Meta
Source
See Implementation
mir
csv
CsvReader
constructors
this
enums
Error
functions
empty
front
popFront
structs
Row
Scalar
variables
fill
nColumns
quote
rowIndex
separator
skipEmptyLines
text