;doc: csv: amount decimal places: edits
This commit is contained in:
parent
69c0df4390
commit
7f72cce6ce
@ -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))
|
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).
|
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;
|
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`,
|
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.
|
it's a little different: `import` [applies](#commodity-display-styles) the journal's existing commodity styles to the new entries.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user