This repository contains standardized import configurations for the Firefly III CSV importer.
Various banks and financial institutions have already been added by contributing users. Thank you!
Browse the files above, which are grouped by country and then by bank.
In the folder other-software
you will find import configurations for other financial tools. In firefly-iii
, you will find import configurations for Firefly III itself.
Szymon Sakowicz 🖋 |
Marcin Uracz 🖋 |
Sebastian Klein 🖋 |
Marcin Uracz 🖋 |
ilakast 📖 🖋 |
Michael Pedersen 🔌 |
Federico 🐛 |
3isenHeiM 🖋 |
First of all, thanks for adding your configuration! 🎉
These instructions will help you add a configuration file to the project which others can use. You can do this on GitHub itself, without having to use command line tools or weird commands.
- Find the correct country code for the bank your configuration file relates to. Check out this list of country codes.
- Log into GitHub and fork the project using the icon at the top right of the screen. More info can be found in the GitHub help pages.
- From the forked repo select Create New File.
- To create folders type
<country code>/<bank name>/default.json
e.ggb/monzo/default.json
. - Paste your
.json
file contents into the file window.
Then, finish the commit:
- Type a commit title and message so the owner knows what benefits the change gives.
- Select your account from the dropdown.
- Select Create a new branch for this commit and start a pull request.