You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)
What happened?
When a QIF file is being imported, qif2json function successfully parses transactions and assigns a category if there is here. But on the return of parseQIF function that assigned category is not being returned as map only returns below properties here
In turn categories of imported transactions are not showing up on the import modal. You can also see other parsing functions such as parseCSV on the same file returns all properties, but not parseQIF or parseOFX functions. I can't upload QIF file here for testing but here is contents of the test file
Verified issue does not already exist?
What happened?
When a QIF file is being imported,
qif2json
function successfully parses transactions and assigns a category if there is here. But on the return ofparseQIF
function that assigned category is not being returned as map only returns below properties hereIn turn categories of imported transactions are not showing up on the import modal. You can also see other parsing functions such as
parseCSV
on the same file returns all properties, but notparseQIF
orparseOFX
functions. I can't upload QIF file here for testing but here is contents of the test fileWhere are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Chrome
Operating System
Linux
The text was updated successfully, but these errors were encountered: