how to skip empty field in csvReader?
Steven Schveighoffer
schveiguy at gmail.com
Tue Jun 6 14:18:25 UTC 2023
On 6/6/23 1:09 AM, mw wrote:
> Is there a way to tell csvReader to skip such empty fields?
What I have done is specify that it's a string, and then handle the
conversion myself.
Possibly it can use Nullable, but I'm not sure.
> Or, is there another CSV reader library with this functionality I can use?
I don't know how much of this is supported in tsv-utils but you might
give it a look.
-Steve
More information about the Digitalmars-d-learn
mailing list