Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 477 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 477 Bytes

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>