;import: doc: tweak

This commit is contained in:
Simon Michael 2021-02-18 18:43:22 -08:00
parent 125ba49992
commit 7979c7d74c

View File

@ -66,6 +66,12 @@ Eg, to see any importable transactions which CSV rules have not categorised:
$ hledger import --dry bank.csv | hledger -f- -I print unknown
```
or (live updating):
```shell
$ ls bank.csv* | entr bash -c 'echo ====; hledger import --dry bank.csv | hledger -f- -I print unknown'
```
### Importing balance assignments
Entries added by import will have their posting amounts made explicit (like `hledger print -x`).