MoneyTools / MyMoney.Net

MyMoney is a rich client .NET ClickOnce application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like.
https://moneytools.github.io/MyMoney.Net/
70 stars 21 forks source link

use CsvReader instead of the VisualBasic reader #35

Closed jpdup closed 2 years ago

jpdup commented 2 years ago

This is a simple migration to the local implementation of CsvReader. Tested with the same CSV files that was use with the VisualBasic read implementation