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-santanderofxstatement convert -t santander-uk-qif transactions.qif transactions.ofxofxstatement edit-configAnd 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