Parses specific credit card bills and appends parsed transactions to AndroMoney CSV file. Supported bills are:
- HSBC Bank (Taiwan) PDF file and
- Cathay United Bank CSV file.
- Run module:
python bill_to_csv.py
- In first dialog, select
AndroMoney.csv
to be appended. - In second dialog, select either
eStatement_*.pdf
of HSBC bill orDownload.csv
of Cathay bill. - Follow instructions shown on screen.
- When keying in codes of transactions, refer to generated files
./outputs/frequent.csv
or./outputs/all.csv
, which are codes of most frequently used categories or codes of all categories, respectively. ./outputs/AndroMoney.csv
is then generated and can be loaded to update mobile application of AndroMoney.
bazel test //...