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 18d06df582
commit cecf97dfc6

View File

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