ghollisjr / cl-ana

Free (GPL) Common Lisp data analysis library with emphasis on modularity and conceptual clarity.
GNU General Public License v3.0
197 stars 18 forks source link

`smart-read-from-string` Returns NIL for Empty Strings #24

Closed kat-co closed 5 years ago

kat-co commented 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.

fixes #23

ghollisjr commented 5 years ago

Ah I think you're right; merged branches