GithubHelp home page GithubHelp logo

kbc-2-yunoo's Introduction

About this project
------------------
This project is a small addition to the functionality of AFAS Personal - http://www.afaspersonal.nl. AFAS Personal is a web application that keeps track of your expenses/budget. In order to do that, it needs to have info from your bank account. That works as follows. You extract/download the transactions from your account into a CSV file. That file in turn, is read in by AFAS Personal. And while AFAS Personal already supports quite a number of (especially) Dutch and Belgian banks, it doesn't support all of them (yet). AFAS Personal has provided a more or less generic interface format that can be used to upload bank transactions. So if your bank is not supported yet, and you can figure out how to convert the format of your transactions into the generic AFAS Personal format, you can use this nice application too. This project converts the files from KBC bank into the generic AFAS Personal format.

On Octber 4th, YUNOO has changed name (and owner) to AFAS Personal.

HOWTO use it
------------
For simplicity sake I assume that you a know a bit of using the commandline. If not, google and learn. It's not hard.

UNIX/LINUX: supported out of the box - all you need is GNU awk. Download the awk file. Download your transactions (e.g. as kbc-file.csv). Then run (on the commandline):
$ awk -f kbc2yunoo.awk kbc-file.csv > yunoo-file.csv
After that, upload the yunoo-file.csv to http://www.afaspersonal.nl (and select the generic fomat - ING - from the list of banks). You're done.

WINDOWS: if not already done, install cygwin (minimal install) - that will provide all the basic unix goodies including AWK. Download your bank transaction file then run cygwin using the same commandline as for UNIX/LINUX. Upload the yunoo file and you're done.






kbc-2-yunoo's People

Contributors

vema avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.