;doc: csv: amount decimal places: edits

This commit is contained in:
Simon Michael 2024-04-24 13:49:29 -10:00
parent 69c0df4390
commit 7f72cce6ce

View File

@ -3838,7 +3838,7 @@ When you are reading CSV data, eg with a command like `hledger -f foo.csv print`
hledger will infer each commodity's decimal precision (and other [commodity display styles](#commodity-display-styles))
from the amounts - 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 journal entries generated by the CSV rules.
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`,
it's a little different: `import` [applies](#commodity-display-styles) the journal's existing commodity styles to the new entries.