table of contents
BEAN-EXTRACT(1) | User Commands | BEAN-EXTRACT(1) |
NAME¶
bean-extract - extract Beancount transactions from bank statements and similar documents
DESCRIPTION¶
usage: bean-extract [-h] [--version] [-e BEANCOUNT_FILE] [-r]
- CONFIG_FILENAME DIR-OR-FILE [DIR-OR-FILE ...]
Extract transactions from downloads
positional arguments:¶
- CONFIG_FILENAME
- Importer configuration file. This is a Python file with a data structure that is specific to your accounts
- DIR-OR-FILE
- Filenames or directories to search for files to import
options:¶
- -h, --help
- show this help message and exit
- --version, -V
- show program's version number and exit
- -e BEANCOUNT_FILE, -f BEANCOUNT_FILE, --existing BEANCOUNT_FILE, --previous BEANCOUNT_FILE
- Beancount file or existing entries for de-duplication (optional)
- -r, --reverse, --descending
- Write out the entries in descending order
September 2024 | bean-extract 2.3.6 |