You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Citi Australia is giving the odd 1.0 OFX and it failed to parse with:
In [1]: from ofxparse import OfxParser
In [2]: import codecs
In [3]: with codecs.open('MC_329_01_03_2022.OFX') as fd:
...: ofx = OfxParser.parse(fd)
...:
The text was updated successfully, but these errors were encountered:
http://xml.coverpages.org/OFEXFIN1.html
https://www.exactsoftware.com/docs/DocView.aspx?DocumentID=%7B6e02f9a5-ee40-4d2f-b8ea-4bee57825907%7D
Citi Australia is giving the odd 1.0 OFX and it failed to parse with:
The text was updated successfully, but these errors were encountered: