unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* 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é

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).