ofxparse
ofxparse copied to clipboard
Ofx file format parser for Python
The code example in the README is ``` with codecs.open('file.ofx') as fileobj: ofx = OfxParser.parse(fileobj) ``` For Python3, this tends to throw a `TypeError: must be str, not bytes` error....
Thanks for the tool, very useful! I was wondering if there's the complete set of functions anywhere, I'm trying to export a report with the transaction date, the memo and...
I want to add one more field in Transaction Object named 'refnum' which can be mostly need for store/parse reference number of each Transactions. I have tried to add my...
travis.yml specifies installing BeautifulSoup rather than BeautifulSoup4 for Python 2.* BeautifulSoup4 supports Python 2.7 but no longer supports earlier versions.
Want to have the wiki pages contain documentation on ofxparse.
I think it would be nice to include some scripts that do useful things, so users don't have to keep doing the same thing over and over.
I think it would be nice to include some scripts that do useful things, so users don't have to keep doing the same thing over and over.
I think it would be nice to include some scripts that do useful things, so users don't have to keep doing the same thing over and over.
Our test fixtures are useful to other projects as a test corpus from several different banking institutions. I got this message from someone: _achiang_ oh, one more thing, i think...