-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty tags #81
Comments
After merging #108, the parser is more lenient. My guess is that this will go away. If you are able, could you check if this is still an issue? |
I continue to see similar issues with ofxparse 0.18. My bank has exported an OFX file with the following empty fields: (Being new to OFX file formats, I'm not sure whether this is actually valid, and whether the bank is at fault, or ofxparse should handle the case more gracefully?) The stacktrace is
|
Some unit tests would be helpful to check for this behavior. If I have time I'll create some. |
I can add the OFX files I'm using as test cases on a PR. 2 x separate OFX files from Australian banks, both using version 1.02 (SGML!). |
PR #143 added fixes for some elements, still some others to go. |
Two sample STMTTRN entries, both using v1.02 spec:
|
My bank exports files with empty tags here and there, for example:
<FI><ORG/><FID/></FI>
The empty tag syntax is valid XML but the parser doesn't like it. I can remove empty tags of course, but then I have to process all my bank statements. It would be much better if ofxparse sees the empty tag format and ignores the tags.
The text was updated successfully, but these errors were encountered: