Rename CSV option from comma to delimiter

See #5555
This commit is contained in:
Bjørn Erik Pedersen 2018-12-23 21:08:12 +01:00
parent 2efc1a64c3
commit ce06bdb16a
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
6 changed files with 14 additions and 15 deletions

View file

@ -35,8 +35,8 @@ The above prints `Hello Hugo`.
Unmarshal with CSV as input has some options you can set:
comma
: The delmiter used, default is `,`
delimiter
: The delimiter used, default is `,`
comment
: The comment character ued in the CSV. If set, lines beginning with the comment character without preceding whitespace are ignored.: