|
|
|
@ -3,7 +3,7 @@ guile-csv
|
|
|
|
|
|
|
|
|
|
|
|
Guile csv reader
|
|
|
|
Guile csv reader
|
|
|
|
|
|
|
|
|
|
|
|
==USAGE==
|
|
|
|
==USAGE
|
|
|
|
|
|
|
|
|
|
|
|
* install
|
|
|
|
* install
|
|
|
|
./configure && make
|
|
|
|
./configure && make
|
|
|
|
@ -36,6 +36,7 @@ and file.xml could be:
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
* sxml->csv or csv-write to output a csv format file
|
|
|
|
* sxml->csv or csv-write to output a csv format file
|
|
|
|
|
|
|
|
|
|
|
|
```scheme
|
|
|
|
```scheme
|
|
|
|
(call-with-output-file "file.csv"
|
|
|
|
(call-with-output-file "file.csv"
|
|
|
|
(lambda (port)
|
|
|
|
(lambda (port)
|
|
|
|
|