Skip to content

Does this parse ofx 1.0 format? #166

Description

@ibigbug

http://xml.coverpages.org/OFEXFIN1.html

https://www.exactsoftware.com/docs/DocView.aspx?DocumentID=%7B6e02f9a5-ee40-4d2f-b8ea-4bee57825907%7D

Citi Australia is giving the odd 1.0 OFX and it failed to parse with:

In [1]: from ofxparse import OfxParser

In [2]: import codecs

In [3]: with codecs.open('MC_329_01_03_2022.OFX') as fd:
   ...:     ofx = OfxParser.parse(fd)
   ...: 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions