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