Comment by liampulles

2 months ago

I made a similar program for myself, except that the data it stores and works on is the raw CSV exports from my bank. The program interprets and projects the data.

If the program fails to interpret a transaction, it fails totally and says why. Then I fix the code until another transaction breaks. I keep doing this until it works - that's the regular process.