From: Nala Ginrut <nalaginrut@gmail.com>
To: guile-user@gnu.org, guile-devel@gnu.org
Subject: [ANN] guile-csv 0.0.1 released!
Date: Thu, 07 Feb 2013 12:35:46 +0800 [thread overview]
Message-ID: <1360211746.2754.81.camel@Renee-desktop.suse> (raw)
hi folks!
Here is a CSV reader based on Andy's csv-reader.
And it's ready for guildhall.
https://github.com/NalaGinrut/guile-csv
----------code-----------------
(use-modules (csv))
(define my-csv-reader (make-csv-reader #:\,))
(call-with-input-file "file.csv" my-csv-reader)
----------end------------------
You may specify the delimiter to generate a reader.
PS: I'll call ijp to add it into the repo.
next reply other threads:[~2013-02-07 4:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 4:35 Nala Ginrut [this message]
2013-02-08 16:13 ` [ANN] guile-csv 0.0.1 released! Mark H Weaver
2013-02-08 16:26 ` Ludovic Courtès
2013-02-08 16:35 ` Noah Lavine
2013-02-08 16:59 ` Aleix Conchillo Flaqué
2013-02-09 4:17 ` Nala Ginrut
2013-02-09 3:55 ` Nala Ginrut
2013-02-10 14:05 ` Ian Price
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=1360211746.2754.81.camel@Renee-desktop.suse \
--to=nalaginrut@gmail.com \
--cc=guile-devel@gnu.org \
--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).