Just came back from vacation and I am seeing the same kind of error for my Chase CC (missing ACCTID value).
Here is a python script to fix the Chase bad *.qfx file by inserting the missing line
Save the attached fixChase.py file into a directory of your choice.
-----
Install and setup
Make sure you have Python installed. If you are using Python 2.x, please make sure you have the latest 2.x series at version 2.7.18
If you already has Python3 installed, that will work fine
Now you need to set the value fo ACCTID that is valid for your account. You can either
- Edit file fixChase.py, change value of
DEFAULT_ACCTID = "1234567890"
- OR you can create file
fixChase.json (keep it in same folder/directory as
fixChase.py) with the following content
{
"ACCTID": "0987654321"
}
Set 0987654321 to the account id value
---
Usage
- Download your Chase *.QFX file
- Save it into the same folder as
fixChase.py
- Then drag-and-drop your *.QFX file onto the icon of
fixChase.py
That will generate a new *.ofx file (with the word "fixed"). Now you can choose to import the "fixed" OFX file into money (such as just double-click it)