ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
139 stars 80 forks source link

Import QIF Not Working #81

Closed henryken closed 5 years ago

henryken commented 5 years ago

Expected Behavior

Import QIF should open the import dialog

Actual Behavior

Nothing happens. Console shows: Error: ?!Type:CCard

Steps to Reproduce the Problem

  1. Import QIF

Specifications

ccavanaugh commented 5 years ago

A sample file will be required to debug.

henryken commented 5 years ago

Apparently this is due to the encoding format that changed. The bank now uses UTF-8 with BOM. Re-encoding it to UTF-8 works just fine.