Convert normalized bank statement text to verified CSV
bonfyre-statement-import is an offline native-C tool that converts normalized bank statement text to CSV using declarative layout packs. It verifies running balances and closing totals before emitting a machine-readable receipt.
bonfyre-statement-import is an offline native-C tool that converts normalized bank statement text to CSV using declarative layout packs. It verifies running balances and closing totals before emitting a machine-readable receipt.
To install bonfyre-statement-import, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bonfyre-statement-import
To see what files were installed by bonfyre-statement-import, run:
port contents bonfyre-statement-import
To later upgrade bonfyre-statement-import, run:
sudo port selfupdate && sudo port upgrade bonfyre-statement-import
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.