On Sunday, 29 October 2017 at 15:45:23 UTC, Jesse Phillips wrote:
Not really you'll need to parse it out as a string and do the
conversion later.
It probably would be good to support nullable!int pretty sure
it doesn't currently.
Should I raise a ticket on Bugzilla to address this?
Not really you'll need to parse it out as a string and do the
conversion later.
It probably would be good to support nullable!int pretty sure it
doesn't currently.
CSV with empty values for integer fields throws
(Row: 1, Col: 3) Unexpected end of input when converting from
type string to type int
Code that parses the CSV:
```
import std.algorithm;
import std.array;
import std.csv;
import std.stdio;
import std.conv;
import std.range;
private struct