Commit the new CSV docs.
This commit is contained in:
parent
77f1de6e36
commit
0c5ee13aab
1 changed files with 6 additions and 0 deletions
|
@ -63,3 +63,9 @@ Parses given lines and returns list of lists of strings.
|
|||
(csv-parse fn . args)
|
||||
|
||||
Uses ```csv-parse-lines``` on lines read from given file ```fn```.
|
||||
|
||||
### csv-split-header [procedure]
|
||||
|
||||
(csv-split-header csv)
|
||||
|
||||
Splits given loaded CSV into two tables at the first empty row.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue