asgrim / ofxparser

:moneybag: OFX File Parser
MIT License
108 stars 102 forks source link

Open <MEMO> with symbol " closeUnclosedXmlTags don't add </MEMO> #49

Closed renatomb closed 6 years ago

renatomb commented 6 years ago

Got an error when tried to import a credit card statement, failing to parse OFX.

Debugging I got the message Opening and ending tag mismatch: MEMO line 68 and STMTTRN.

When I verified the OFX file, I noticed that this line has a " symbol in it. When I removed it from my original file, everything worked fine.

Debugging parser I saw that closeUnclosedXmlTags is not working when there is a " symbol.

bug-parserofx

asgrim commented 6 years ago

Fixed by #50