It probably would be good to support nullable!int pretty sure it doesn't currently.
Re: CSV with empty values for integer fields
Jesse Phillips via Digitalmars-d-learn Sun, 29 Oct 2017 08:50:53 -0700
Not really you'll need to parse it out as a string and do the
conversion later.
- CSV with empty values for inte... Arun Chandrasekaran via Digitalmars-d-learn
- Re: CSV with empty values... Jesse Phillips via Digitalmars-d-learn
- Re: CSV with empty va... Arun Chandrasekaran via Digitalmars-d-learn