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
Is your feature request related to a problem? Please describe.
We would like to write TR card transactions into a separate CSV file. Currently it is impossible to do it without loosing control of the code since writing into a CSV file is implemented with only one structure in mind.
Describe the solution you'd like
Make CSV writer more abstract and introduce dedicated writers from depot and card transactions.
Is your feature request related to a problem? Please describe.
We would like to write TR card transactions into a separate CSV file. Currently it is impossible to do it without loosing control of the code since writing into a CSV file is implemented with only one structure in mind.
Describe the solution you'd like
Make CSV writer more abstract and introduce dedicated writers from depot and card transactions.
Should help solving #36
The text was updated successfully, but these errors were encountered: