mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
;doc: amount formatting: correction, csv does not force . (#2115)
This commit is contained in:
parent
5cda7c582a
commit
443336033e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user