Skip to content

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.

License

Notifications You must be signed in to change notification settings

terencejackson8000/mt940-to-csv

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages