ofxparse
ofxparse copied to clipboard
Ofx file format parser for Python
I see the following warning when inputting xml ofx file > XMLParsedAsHTMLWarning: It looks like you're parsing an XML document using an HTML parser. If this really is an HTML...
This file can't be parsed whether read as text or as a binary. Notice the "č" character in NAME. I'm on linux, the default locale is utf-8 and the file...
tokens that look like cause OfxPreprocessedFile() to set is_closing_tag=false and is_open_tag=true which, in turn causes re.findall() to fault. This flavor of token appears in the ofx file from my credit...
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: ``` In [1]: from ofxparse import OfxParser In [2]: import codecs In [3]: with...
I needed to parse CURRENCY tags as well (#100), so I've modified the transaction parser to retrieve transaction currencies other than CURDEF. mralbu@591b6fe I've added an ofx file to fixtures...
Hi. I find it useful to generate dataframe(s) from ofx transactions parsed from one or more ofx source files, for example when importing transactions into a personal finance app like...
A statement transaction can have an optional BANKACCTTO or CCACCTTO tag. It can be useful to have this information when trying to match the transaction with an existing party of...
Hello, I am a bit confused by these lines: https://github.com/jseutter/ofxparse/blob/master/ofxparse/ofxparse.py#L85-L95 These are used to determine the headers of the file, and more particularly the encoding. However, a typical header is:...
It would be helpful if this library could read an OFX string instead of only OFX files.
This handles the case where the encoding is "USASCII" and the charset is the string "NONE" instead of a valid charset. I've seen this in files from two different institutions....