Commit the new CSV docs.

This commit is contained in:
Dominik Pantůček 2023-07-04 22:47:49 +02:00
parent 77f1de6e36
commit 0c5ee13aab

View file

@ -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.