Hello,
In qif.py file __init__() function - the account_types is set hard-coded. Not having a way to customize it in the mapping is limiting because and also it is hard to use it since it is hidden.
I will gladly expose it thru the mapping. I think that the current value should be the default if the user did provide one in the mappings. Since the key account_type is already used to map the transaction field for debit/credit, it should be something else.
What do you think?
Eran.
Hello,
In
qif.pyfile__init__()function - theaccount_typesis set hard-coded. Not having a way to customize it in the mapping is limiting because and also it is hard to use it since it is hidden.I will gladly expose it thru the mapping. I think that the current value should be the default if the user did provide one in the mappings. Since the key
account_typeis already used to map the transaction field for debit/credit, it should be something else.What do you think?
Eran.