ledgerify(1) | General Commands Manual | ledgerify(1) |
ledgerify - converter and importer of different formats to ledger
ledgerify [options...] <rules>
-h, --help
-o, --output <output>
-c, --config-option <option>
For example, to change the config.source, use -c source=bank.csv
-l, --latest <latest>
--dry-run
--debug
ledgerify is a program which converts files typically obtained from financial institutions to a Ledger Format (see the Ledger Format section in ledgerify(5)). It works by applying transformations which are stored in rules files. This allows quick, automated or semi-automated way to produce ledger files.
ledgerify is idempotent: it processes only transactions which weren't previously processed. To achieve this, it keeps the state of recently processed transactions in the hidden latest file. It may be configured with --latest switch.
For information on the rules files, see ledgerify(5).
ledgerify(5) ledger(1)
Michał Góral <dev@goral.net.pl>
Source code: https://git.goral.net.pl/ledgerify.git
2024-12-21 |