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.
pip install ofxstatement-santander
ofxstatement convert -t santander-uk-qif transactions.qif transactions.ofx
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