Skip to content
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

Support parsing quirky Chase QFX headers #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fyhuang
Copy link

@fyhuang fyhuang commented Sep 29, 2020

Fix parsing for QFX files exported from the Chase website which seem to have some quirks around the header format. Specifically, the headers begin with an empty line and there is no empty line separating the headers from the rest of the file. An example header:


OFXHEADER:100
DATA:OFXSGML
VERSION:102
SECURITY:NONE
ENCODING:USASCII
CHARSET:1252
COMPRESSION:NONE
OLDFILEUID:NONE
NEWFILEUID:NONE
<OFX>

A sample file chase_cc.qfx is included, with an non-ASCII transaction, to ensure that the headers are parsed correctly (including the encoding/charset).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant