Closed renatomb closed 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.
Fixed by #50
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.