Skip to content

An ofxstatement plugin that converts Santander transaction files to Open Financial Exchange (OFX) format.

License

Notifications You must be signed in to change notification settings

robvadai/ofxstatement-santander

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

About

An ofxstatement plugin that converts Santander transaction files to Open Financial Exchange (OFX) format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published