This is an command line app I've built as an training app while reading Dave Thomas excelent Programming Elixir.
The tool converts bank statements to the QIF format.
Currently it only supports bank statement files from 2 Portuguese banks, Banco BPI and Millennium BCP.
I may add other Portuguese banks support in the near future, but please, do a pull request if you want to add more.
Clone/Download the repo. On the repo folder run the following commands:
$> (export MIX_ENV=prod; mix deps.get && mix escript.build && mix escript.install)
Download the latest release. After it, paste it to a place in the $PATH environment variable. (e.g: /usr/opt/bin)
$> mix escript.install https://github.com/fmfdias/statements_converter/releases/download/0.1.8/statements_converter