From 3e796eaf6f12de1169a5b2aa91c0654131609316 Mon Sep 17 00:00:00 2001 From: Giorgio Gallo Date: Sun, 16 Apr 2023 18:04:17 +0200 Subject: Clarified documentation of data.CSVBy* functions (#1714) * Clarified documentation of data.CSVBy* functions fixes #1711 * Restore commas in description of header parameter * Update docs-src/content/functions/data.yml Co-authored-by: Dave Henderson * apply suggested edits to remaining files * apply suggested edits to data.go --------- Co-authored-by: Dave Henderson --- docs-src/content/functions/data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-src') diff --git a/docs-src/content/functions/data.yml b/docs-src/content/functions/data.yml index 8fa47736..89f9f1a4 100644 --- a/docs-src/content/functions/data.yml +++ b/docs-src/content/functions/data.yml @@ -312,7 +312,7 @@ funcs: description: the (single-character!) field delimiter, defaults to `","` - name: header required: false - description: comma-separated list of column names, set to `""` to get auto-named columns (A-Z), defaults to using the first line of `input` + description: list of column names separated by `delim`, set to `""` to get auto-named columns (A-Z), defaults to using the first line of `input` - name: input required: true description: the CSV-format string to parse @@ -347,7 +347,7 @@ funcs: description: the (single-character!) field delimiter, defaults to `","` - name: header required: false - description: comma-separated list of column names, set to `""` to get auto-named columns (A-Z), defaults to using the first line of `input` + description: list of column names separated by `delim`, set to `""` to get auto-named columns (A-Z), defaults to using the first line of `input` - name: input required: true description: the CSV-format string to parse -- cgit v1.2.3