From 9c1c7aca8374ff8ea4192d42e56eb9f2e3738d2a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 6 Dec 2021 15:23:35 -1000 Subject: [PATCH] ;doc: csv: mention disabling of digit group marks in csv output (#1771) --- hledger/hledger.m4.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 5471d7c33..ea4f52272 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -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 ``` +### CSV output + +- In CSV output, [digit group marks](#decimal-marks-digit-group-marks) (such as thousands separators) + are disabled automatically. + ### HTML output - HTML output can be styled by an optional `hledger.css` file in the same directory.