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
My bank exports credit card transactions in QIF format with two already existing categories - "expense" and "income". Then using qifqif on such an file, only applicable but unusable mode is "-a", because it asks on every single transaction to acknowledge existing category, or edit.
It would be great to have switch to ignore existing categories and rewrite them based on qifqif config file and user input (if no match on config entries).
The text was updated successfully, but these errors were encountered:
Kraymer
changed the title
Feature request: add ability to recategorize based on config (or ignore existing QIF category)
Add ability to recategorize based on config (or ignore existing QIF category)
Oct 22, 2016
What do you think of adding an [a]llwayschoice to the Edit 'xxx' category ? question in audit mode ?
So you press A twice (one for each category present in file) then all transactions of file are processed directly in edit mode.
.qif files downloaded from bank websites may have a category
already set. `-force` flag enable easy editing of such file by
discarding file categories that are not keys of config dict.
My bank exports credit card transactions in QIF format with two already existing categories - "expense" and "income". Then using qifqif on such an file, only applicable but unusable mode is "-a", because it asks on every single transaction to acknowledge existing category, or edit.
It would be great to have switch to ignore existing categories and rewrite them based on qifqif config file and user input (if no match on config entries).
The text was updated successfully, but these errors were encountered: