guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

csv module site?


From: Matt Wette
Subject: csv module site?
Date: Wed, 27 Jan 2021 14:56:26 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]