https://bugs.kde.org/show_bug.cgi?id=461890

Stephane MANKOWSKI <steph...@mankowski.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DOWNSTREAM
           Assignee|guillaume.deb...@gmail.com  |steph...@mankowski.fr
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Stephane MANKOWSKI <steph...@mankowski.fr> ---
Hi,

Skrooge uses libofx (https://github.com/libofx/libofx) to parse an OFX file.
You can test libofx by using ofxdump in a terminal.
Then, you will see that "ofxdump sample.ofx" returns those error:

LibOFX ERROR: OpenSP parser: otherError (misc parse error):
/tmp/libofxtmpTilD2P:34:5:E: end tag for element "BAL" which is not open

(Above message occurred on Line 34, Column 6)
LibOFX ERROR: OpenSP parser: otherError (misc parse error):
/tmp/libofxtmpTilD2P:35:9:E: end tag for element "BALLIST" which is not open

(Above message occurred on Line 35, Column 10)
LibOFX ERROR: OpenSP parser: otherError (misc parse error):
/tmp/libofxtmpTilD2P:36:8:E: end tag for "BANKTRANLIST" omitted, but its
declaration does not permit this
/tmp/libofxtmpTilD2P:31:0: start tag was here

(Above message occurred on Line 36, Column 9)
LibOFX ERROR: OpenSP parser: otherError (misc parse error):
/tmp/libofxtmpTilD2P:36:8:E: end tag for "STMTRS" which is not finished

Conclusion: 
This sample file is not a valid OFX file and you should contact the provider of
this file.
OR
You are sure this file is correct and you should open a ticket on libofx.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to