unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Matt Wette <matt.wette@gmail.com>
To: Guile User <guile-user@gnu.org>
Subject: csv module site?
Date: Wed, 27 Jan 2021 14:56:26 -0800	[thread overview]
Message-ID: <738eb1ab-85ad-8995-555c-b663d0c7529b@gmail.com> (raw)

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	other threads:[~2021-01-27 22:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-27 22:56 Matt Wette [this message]
2021-01-28  6:41 ` csv module site? Aleix Conchillo Flaqué

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=738eb1ab-85ad-8995-555c-b663d0c7529b@gmail.com \
    --to=matt.wette@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).