jseutter / ofxparse

Ofx file format parser for Python
http://sites.google.com/site/ofxparse/
MIT License
204 stars 121 forks source link

Empty OFX elements #143

Closed bruny closed 6 years ago

bruny commented 6 years ago

Add test case for Australian-generated OFX v102 file with present-but-empty transaction and bank elements.

There are also some transaction elements (FITID, NAME, REFNUM, CHECKNUM) which need to be added in a separate PR.

This pattern may need to be replicated across other parsing functions, since there are similar code usages elsewhere.

jseutter commented 6 years ago

Thanks Andrew, your fix rocks! There are other projects that use our test data so this will help them as well.

👍