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
Python 3.11.6 (main, Oct 3 2023, 00:00:00) [GCC 12.3.1 20230508 (Red Hat 12.3.1-1)]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.5.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import ofxtools
In [2]: parser = ofxtools.OFXTree()
...: with open("/home/csingley/Downloads/test1.ofx", "rb") as fh:
...: parser.parse(fh)
...: parser.convert()
Out[2]: <OFX len(statements)=1 len(securities)=0>
When attempting to import and convert the attached ofx file using
I get the following error
I suspect it is a formatting issue on my side. The tag
<signonmsgsrsv1>
exists in the document but the error suggests it is not found.test1.ofx.txt
The text was updated successfully, but these errors were encountered: