Use duck for util-csv exclusively.
This commit is contained in:
parent
2fb41c172e
commit
77f1de6e36
3 changed files with 20 additions and 28 deletions
|
@ -51,3 +51,15 @@ Curried version of fast CSV line parser with given separator and string delimite
|
|||
* ```separator``` - separator character
|
||||
* ```string-delimiger``` - string quotation character
|
||||
* ```line``` - line to parse
|
||||
|
||||
### csv-parse-lines [procedure]
|
||||
|
||||
(csv-parse-lines lines separator: (separator ;) string-delimiter: (string-delimiter "))
|
||||
|
||||
Parses given lines and returns list of lists of strings.
|
||||
|
||||
### csv-parse [procedure]
|
||||
|
||||
(csv-parse fn . args)
|
||||
|
||||
Uses ```csv-parse-lines``` on lines read from given file ```fn```.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue