Merge branch 'master' of github.com:NalaGinrut/guile-csv

master
Nala Ginrut 13 years ago
commit a68a32fa5f

@ -2,3 +2,13 @@ guile-csv
=========
Guile csv reader
* usage:
./configure && make
sudo make install
(use-modules (csv))
(define my-csv-reader (make-csv-reader #:\,))
(call-with-input-file "file.csv" my-csv-reader)
Enjoy!

Loading…
Cancel
Save