5 ms·
I have some custom code to convert CSV files downloaded from my bank to beancounts text format, but it is all dotNet code since that is what I know the text f
by aquark 5y ago
I have some custom code to convert CSV files downloaded from my bank to beancounts text format, but it is all dotNet code since that is what I know the text format is easy to work with
- siddhant 5y agoThat's actually a good point. You only need to write Python code if you're using the Beancount importers framework and intend to use bean-identify and/or bean-extract.