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:
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).
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:
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).