Popular, easy to use library to read and write CSV and tab delimited files. Supports data fields containing commas and line breaks. Supports different character encodings, separator characters and date and number formats. Robust error handling lets you quickly fix problems in large input files. This is net 6.0 version
$ dotnet add package LINQtoCSVCoreThis library was forked from https://github.com/mperdeck/LINQtoCSV, I have upgrade it to .net 6. It makes it easy to use CSV files with LINQ queries. Its features include:
Full documentation is at http://www.codeproject.com/Articles/25133/LINQ-to-CSV-library
All contributions are welcome, whether those are new features or bug fixes.
Before you invest time in your feature or bug fix, please first raise the issue in the issues list to get feedback about your idea: https://github.com/chilin/LINQtoCSV
For bugs, show how the bug can be reproduced. For features, show why it would be useful to the wider community.
Introducing a new feature involves more than simply coding the new feature. For every new feature, the following needs to be done:
347.6K