Library to read and write QIF/QFX/OFX and CSV data.
using Tudormobile.QIFLibrary;
var filename = "test.qif";
var doc = QIFDocument.ParseFile(filename);
Console.WriteLine($"Document contains {doc.Records.Count} records.");
- Creates a QIF Document model from a file.
- Support for asynchronous and synchronous parsing of data streams and strings.
- Also reads/writes QFX/OFX and CSV data files.
NuGET Package README | Source Code README | API Documentation