terencejackson8000 / mt940-to-csv

You have an MT940 file and want to analyze your spendings. This script helps you convert your MT940 file into a CSV file which you can then import e.g. to Firefly or any other application.

Home Page:https://blog.sommerfeldsven.de/convert-mt940-to-csv-with-ease-using-this-php-script/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mt940-to-csv

You have an MT940 file and want to analyze your spendings. This script helps you convert your MT940 file into a CSV file which you can then import e.g. to Firefly or any other application.

Install the dependencies

composer install

Run unit tests

XDEBUG_MODE=coverage ./vendor/bin/phpunit --log-junit reports/junit.xml --coverage-clover reports/clover.xml tests

Run the script

php mt940-to-csv.php -i=<path to input> -o=<path to output>

About

You have an MT940 file and want to analyze your spendings. This script helps you convert your MT940 file into a CSV file which you can then import e.g. to Firefly or any other application.

https://blog.sommerfeldsven.de/convert-mt940-to-csv-with-ease-using-this-php-script/

License:MIT License


Languages

Language:PHP 100.0%