Hi All, Where is csv.scm maintained these days? I'm running into a bug or feature where a line with only separators has N-1 entries where I'm expecting N. Example.
a<tab>b<tab>c 1<tab>2<tab>3 <tab><tab> gives (#("a" "b" "c") #("1" "2" "3") #("" "")) Matt