As of now, all card transactions are handled as type "None" and then get put into the other_events.json. You then have to manually convert that into a csv/excel file to properly import it somewhere else. \
On download you can see it like this in the terminal:
e.g. 17:38:11 34/75: McDonald's -- None - 2024-07-11T11:48:44, which gets translated into json (shortened):
Could you implement some automatic conversion so that card transactions are placed in the account_transactions.csv or some other csv file? Technically only
As of now, all card transactions are handled as type "None" and then get put into the other_events.json. You then have to manually convert that into a csv/excel file to properly import it somewhere else. \ On download you can see it like this in the terminal: e.g.
17:38:11 34/75: McDonald's -- None - 2024-07-11T11:48:44
, which gets translated into json (shortened):Could you implement some automatic conversion so that card transactions are placed in the account_transactions.csv or some other csv file? Technically only
are needed there I guess.