Skip to content

Commit

Permalink
;doc: import: edits
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Apr 25, 2024
1 parent 3863623 commit 7911a4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hledger/Hledger/Cli/Commands/Import.md
Expand Up @@ -21,7 +21,7 @@ or perhaps `hledger import *.csv`.
Note you can import from any file format, though CSV files are the
most common import source, and these docs focus on that case.

### Deduplication
### Skipping

`import` tries to import only the transactions which are new since the last import, ignoring any that it has seen in previous runs.
So if your bank's CSV includes the last three months of data, you can download and `import` it every month (or week, or day)
Expand Down Expand Up @@ -112,8 +112,9 @@ $ hledger print IMPORTFILE [--new] >> $LEDGER_FILE
(If you think import should leave amounts implicit like print does,
please test it and send a pull request.)

### Import and commodity display styles
### Import and commodity styles

Amounts in entries added by import will be formatted according to the journal's canonical [commodity styles](#commodity-display-style),
as declared by [`commodity` directives](#commodity-directive) or inferred from the journal's amounts.
See also [CSV: Amount decimal places](#amount-decimal-places).

Related: [CSV > Amount decimal places](#amount-decimal-places).

0 comments on commit 7911a4b

Please sign in to comment.