Skip to content

Commit

Permalink
;doc: amount formatting: correction, csv does not force . (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Nov 23, 2023
1 parent 5cda7c5 commit 4433360
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hledger/hledger.m4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4433360

Please sign in to comment.