From 0c5ee13aabd93d4be8f0c40372dac36d248fc7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Tue, 4 Jul 2023 22:47:49 +0200 Subject: [PATCH] Commit the new CSV docs. --- doc/d-utils.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/d-utils.md b/doc/d-utils.md index b149324..400323d 100644 --- a/doc/d-utils.md +++ b/doc/d-utils.md @@ -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.