* csv module site?
@ 2021-01-27 22:56 Matt Wette
2021-01-28 6:41 ` Aleix Conchillo Flaqué
0 siblings, 1 reply; 2+ messages in thread
From: Matt Wette @ 2021-01-27 22:56 UTC (permalink / raw)
To: Guile User
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: csv module site?
2021-01-27 22:56 csv module site? Matt Wette
@ 2021-01-28 6:41 ` Aleix Conchillo Flaqué
0 siblings, 0 replies; 2+ messages in thread
From: Aleix Conchillo Flaqué @ 2021-01-28 6:41 UTC (permalink / raw)
To: Matt Wette; +Cc: Guile User
May be you can try:
https://github.com/artyom-poptsov/guile-dsv
It looks pretty complete.
On Wed, Jan 27, 2021 at 2:56 PM Matt Wette <matt.wette@gmail.com> wrote:
>
> 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
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-28 6:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 22:56 csv module site? Matt Wette
2021-01-28 6:41 ` Aleix Conchillo Flaqué
unofficial mirror of guile-user@gnu.org
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://yhetil.org/guile-user/0 guile-user/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 guile-user guile-user/ https://yhetil.org/guile-user \
guile-user@gnu.org
public-inbox-index guile-user
Example config snippet for mirrors.
Newsgroups are available over NNTP:
nntp://news.yhetil.org/yhetil.lisp.guile.user
nntp://news.gmane.io/gmane.lisp.guile.user
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git