Skip to content

ktpx/nordea-homebank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Nordea-homebank

Nordea to Homebank CVS converter

Converts exported CVS files from Nordea Bank (beta), into Homebank format.

Homebank is a open source account manager.

Requirements

Perl :)

Perl dependencies

Switch

Usage:

  $ nordea-homebank <exported_file.csv> > homebank.csv

Categories

You can edit the categories hash in the script, to suit your own needs. The script will then try to match keywords you enter, to the description field in the cvs, and auto select the category. Just look at your exported file, and fill in as needed. This saves you a lot of time manually inputting categories. Make sure they exist in homebank before importing.

%categories = 
   (  "Expenses:Dining"  => qw[ cafe restaurant mcdonalds egon burger ],
      "Bills:Electric"   => qw[ electric hafslund fortum energi ],
      "Mycategory:Subcat => qw[ keyword, keyword, name, whatever ]
   );

Tags

Tags are left blank.

About

Nordea to Homebank CVS converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages