Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

13 Commits

Repository files navigation

ing2ofx

Intro

The intend of this script is to convert ing (www.ing.nl) csv files to ofx files that can be read by a program like GnuCash (www.gucash.org).

This script is adapted from pb2ofx.pl Copyright 2008, 2009, 2010 Peter Vermaas, originally found at http://blog.maashoek.nl/2009/07/gnucash-en-internetbankieren/ which is now offline.

The ofx specification can be downloaded from http://www.ofx.net/

Usage

usage: ing2ofx [-h] [-o, --outfile OUTFILE] [-d, --directory DIR]
[-c, --convert]
csvfile
This program converts ING (www.ing.nl) CSV files to OFX format. The default
output filename is the input filename.
positional arguments:
csvfile A csvfile to process
optional arguments:
-h, --help show this help message and exit
-o, --outfile OUTFILE
Output filename
-d, --directory DIR Directory to store output, default is ./ofx
-c, --convert Convert decimal separator to dots (.), default is
false

Output

  1. An ofx file converted from the csv file (default in the folder ./ofx)
  2. Some statistics:
TRANSACTIONS: 349
IN: test2.csv
OUT: test2.ofx

About

Converts ing (www.ing.nl) csv files into ofx files.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors