The OpenD Programming Language

CsvReader.Scalar

CSV cell element

struct CsvReader
struct Scalar {
bool wasQuoted;
}

Members

Variables

error
Error error;
isScopeAllocated
bool isScopeAllocated;

If the flag is true the .CsvReader.Scalar.value member refers the .CsvRow.buffer the original text, otherwise it .

value
const(char)[] value;

Unquoted string.

Meta