From: Samir Benmendil Date: Sun, 9 Feb 2025 14:19:28 +0000 (+0000) Subject: bin: add notes to monzo qif X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f8e57889739708dadd071417e79efd3985cef4e0?ds=inline bin: add notes to monzo qif --- diff --git a/bin/monzo.py b/bin/monzo.py index 6980487..1335007 100755 --- a/bin/monzo.py +++ b/bin/monzo.py @@ -56,6 +56,8 @@ if __name__ == "__main__": memo += "\n{local_amount} {local_currency}".format(**t) notes = t["notes"] + if notes: + memo += "\nNotes: {notes}".format(**t) if outformat == "csv": print('{date:%Y-%m-%d},{amount},"{payee}","{description}","{notes}"'.format(date=date, payee=payee,