PSA for those using Santander UK #787
Weissnix4711
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Santander's QIF files use the DD/MM/YYYY date format, and start with the line
!Type:Oth L
, not one of Bank, Cash, or CCard which are read by Denaro. If you use Santander, and keep getting an error along the lines of 'Nothing to import', an extremely simple python script like this might fix everything:Usage:
./fix_qif.py santander_statement.qif > fixed_statement.qif
Beta Was this translation helpful? Give feedback.
All reactions