Closed kat-co closed 5 years ago
Instead of raising an END-OF-FILE condition when encountering empty strings, this function now returns NIL. This allows csv-tables to work with data sets which contain nullable fields.
END-OF-FILE
NIL
fixes #23
Ah I think you're right; merged branches
Instead of raising an
END-OF-FILE
condition when encountering empty strings, this function now returnsNIL
. This allows csv-tables to work with data sets which contain nullable fields.fixes #23