MrlixiangWE commented on code in PR #166:
URL: https://github.com/apache/otava/pull/166#discussion_r3744460490
##########
docs/CSV.md:
##########
@@ -37,6 +37,22 @@ tests:
quotechar: "'"
```
+## CSV options
+
+The delimiter and quote character can also be configured globally:
+
+```yaml
+csv:
+ delimiter: ';'
+ quote_char: "'"
Review Comment:
You're right, I missed the new top-level YAML example. I've changed it to
`quotechar` too and added regression coverage for the top-level config path.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]