From a439a7ba78a2ff05ac58f1628b25ba2bb295ee71 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 24 Apr 2024 14:25:17 -1000 Subject: [PATCH] ;doc: csv: amount decimal places: edits --- hledger/hledger.m4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 1bedd386b..d983fd3ae 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -3841,8 +3841,8 @@ much as when reading a journal file without `commodity` directives (see the link But note these commodity styles are not inferred from the numbers in the original CSV data; rather, they are inferred from the amounts generated by the CSV rules. -When you are importing CSV data with the `import` command, eg `hledger import foo.csv`, -there's another step: `import` tries to make the new entries [conform](#commodity-display-styles) to the journal's existing styles. +When you are importing CSV data with the `import` command, eg `hledger import foo.csv`, there's another step: +`import` tries to make the new entries [conform](#commodity-display-styles) to the journal's existing styles. So for each commodity - let's say it's EUR - `import` will choose: 1. the style declared for EUR by [a `commodity` directive](#commodity-directive) in the journal