;doc: csv: mention disabling of digit group marks in csv output (#1771)

This commit is contained in:
Simon Michael 2021-12-06 15:23:35 -10:00
parent c4004fca28
commit 9c1c7aca83

View File

@ -1478,6 +1478,11 @@ The `-O` option can be combined with `-o` to override the file extension, if nee
$ hledger balancesheet -o foo.txt -O csv # write CSV to foo.txt $ hledger balancesheet -o foo.txt -O csv # write CSV to foo.txt
``` ```
### CSV output
- In CSV output, [digit group marks](#decimal-marks-digit-group-marks) (such as thousands separators)
are disabled automatically.
### HTML output ### HTML output
- HTML output can be styled by an optional `hledger.css` file in the same directory. - HTML output can be styled by an optional `hledger.css` file in the same directory.