ofxparse icon indicating copy to clipboard operation
ofxparse copied to clipboard

Ofx file format parser for Python

Results 39 ofxparse issues
Sort by recently updated
recently updated
newest added

Some pull requests come in without tests, like pull #54, which are easily broken later. Test coverage stats would be a huge help to identifying which parts of the code...

The HSBC Brasil ofx file parse fail because BANKTRANLIST :: DTSTART tag is in %d%m%y format. The error happens on ofxparse.py line 396. I fixed locally by changing to this...

This is totally a pedantry issue and not a bug issue, but the flake8 report on this is not so great. Would to clean it up so that it is...

OFXHEADER:100DATA:OFXSGMLVERSION:102SECURITY:NONEENCODING:USASCIICHARSET:1252COMPRESSION:NONEOLDFILEUID:NONENEWFILEUID:NONE When such a header is found, insert a newline before each known key. If unknown key:values are added, they will end up appended to the preceding value and throw...

Hi. This PR adds the support of the `chknum` field in a transaction. It's the same than `checknum`, I don't know why there are two names for the same thing....

Thanks again for this great software. ETrade gives me an OFX file which has a line like ``` ENCODING:USASCII CHARSET:NONE ``` which triggers a bug in `ofxparse.py` at https://github.com/jseutter/ofxparse/blob/master/ofxparse/ofxparse.py#L128. I...

for constants, Python itself is fine since 2.6 / 3.2

Hello Jerry, I really like this tool and am using it in a ofx2csv script. I have been running into a case where I'm wanting both the DTPOSTED and DTAVAIL...

This pull request includes changes to the `ofxparse` Python library, specifically in the `ofxparse.py` and `ofxprinter.py` files. The changes are centered around improving the handling of OFX data, including parsing...