hledger/hledger/test/import/import.test
2020-11-16 08:47:41 -08:00

10 lines
256 B
Plaintext

# import applies the receiving journal's commodity styles to imported amounts
$ hledger -f a.j import --dry-run a.csv
; would import 1 new transactions from a.csv:
2020-01-01
expenses:unknown 1.000.000,00
income:unknown -1.000.000,00
>=