summaryrefslogtreecommitdiff
path: root/docs-src
diff options
context:
space:
mode:
authorGiorgio Gallo <giorgio.gallo@bitnic.it>2023-04-16 18:04:17 +0200
committerGitHub <noreply@github.com>2023-04-16 16:04:17 +0000
commit3e796eaf6f12de1169a5b2aa91c0654131609316 (patch)
tree832dfecae8dc126000796d4dcbab7cae6474cb32 /docs-src
parent9b81df3b9f0d1fc79f0eec23af13dd3416f30fef (diff)
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 <dhenderson@gmail.com> * apply suggested edits to remaining files * apply suggested edits to data.go --------- Co-authored-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs-src')
-rw-r--r--docs-src/content/functions/data.yml4
1 files changed, 2 insertions, 2 deletions
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