Coder Social home page Coder Social logo

plenaerts / ofxstatement-be-kbc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kedder/ofxstatement-sample

8.0 0.0 7.0 23 KB

ofxstatement plugin for parsing Belgian KBC bank's CSV statements to OFX

License: GNU General Public License v3.0

Makefile 2.74% Python 97.26%

ofxstatement-be-kbc's Introduction

Belgian KBC Bank plugin for ofxstatement

This project provides an ofxstatement plugin for converting the Belgian KBC bank's CSV format statements to OFX.

ofxstatement is a tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash. Plugins for ofxstatement parse a particular proprietary bank statement format and produces common data structure, that is then formatted into an OFX file.

Users of ofxstatement have developed several plugins for their banks. They are listed on main ofxstatement site. If your bank is missing, you can develop your own plugin.

Installation

Either:

  1. Download from pypi and run $ python setup.py install
  2. Install using pip: $ pip install ofxstatement-be-kbc
  3. Arch linux users can install AUR package ofxstatement-be-kbc

Usage

Basically: $ ofxstatement convert -t kbcbe input.csv output.ofx

General usage of ofxstatement:

$ ofxstatement --help
usage: ofxstatement [-h] [--version] [-d]
                 {convert,list-plugins,edit-config} ...

Tool to convert proprietary bank statement to OFX format.

optional arguments:
  -h, --help            show this help message and exit
  --version             show current version
  -d, --debug           show debugging information

action:
  {convert,list-plugins,edit-config}
    convert             convert to OFX
    list-plugins        list available plugins
    edit-config         open configuration file in default editor

Usage of the convert command:

$ ofxstatement convert --help
usage: ofxstatement convert [-h] -t TYPE input output

positional arguments:
  input                 input file to process
  output                output (OFX) file to produce

optional arguments:
  -h, --help            show this help message and exit
  -t TYPE, --type TYPE  input file type. This is a section in config file, or
                        plugin name if you have no config file.

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.