Git Product home page Git Product logo

ofxstatement-revolut-italian's Introduction

ofxstatement-revolut-italian

This is a plugin for use with ofxstatement package. It implements a parser for the Revolut CSV-formatted(italian) bank statement.

The CSV isn't very machine readable, so we need to do some ugly string parsing to figure out the different field values.

Issue reports and pull requests welcome.

This module is based on the Osuuspankki ofxstatement parser found at https://github.com/koodaamo/banking.statements.osuuspankki

Installation

From source

git clone https://github.com/chiuky/ofxstatement-revolut.git
python3 setup.py install

Configuration options

Option Description
account Define the account of this bank statement
currency The base currency of the account
date_format The date format in the bank statement. Note that you have to use double %-marks in the settings file like this: date_format = %%b %%d %%Y
locale The locale of the csv file to parse. Note that you have to use a locale currently installe on your machine.For this plugin default is :it_IT

Usage

You can check that ofxstatement is working by running:

$ ofxstatement list-plugins You should get a list of your installed plugins.

After installation, the usage is simple:

$ ofxstatement convert -t bank_statement.csv statement.ofx The resulting statement.ofx is then ready to be imported into a personal accounting system.

useful links

schema of generated file https://schemas.liquid-technologies.com/ofx/2.1.1

ofxstatement https://github.com/kedder/ofxstatement

for advanced configuration https://github.com/kedder/ofxstatement#advanced-configuration

ofxstatement-revolut-italian's People

Contributors

chiuky avatar mlaitinen avatar ndfred avatar petri 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.