Skip to content

robvadai/ofxstatement-santander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OFX Statement Santander plugin

Workflow Status Coverage Status Code style: black

Summary

Converts Santander transaction files to Open Financial Exchange (OFX) format.

It is a plugin for ofxstatement.

At the moment it only supports converting Quicken Interchange Format (QIF) files to OFX for Santander United Kingdom bank accounts.

This plugin also installs the OFX Statement QIF plugin, because it relies on its functionality.

Installation

pip install ofxstatement-santander

Usage

ofxstatement convert -t santander-uk-qif transactions.qif transactions.ofx

Configuration

ofxstatement edit-config

And enter e.g. this:

[santander-uk-qif]
plugin = santander-uk-qif
currency = GBP
account = Quiffen Default Account
separator = \n
day-first = true
encoding = utf-8