The OpenD Programming Language

CsvReader.this

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