From 443336033eeb052593c4615ca95ec08f3dbdade5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 22 Nov 2023 16:06:33 -1000 Subject: [PATCH] ;doc: amount formatting: correction, csv does not force . (#2115) --- hledger/hledger.m4.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 472175fa9c9..ef0b76ac152 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -4370,9 +4370,8 @@ format amounts a little bit differently to suit different consumers: **3. "machine-readable output" - usually for other software** - This is produced by all reports when an output format like `csv`, `tsv`, `json`, or `sql` is selected. - - It shows no digit group marks. - - It shows a period decimal mark (.) when there are decimal digits. - - It can be parsed reliably. + - It shows amounts as 1 or 2 do, but without digit group marks. + - It can be parsed reliably (if needed, the decimal mark can be changed with -c/--commodity-style). # Time periods