LINQtoCSV.StandardEdition
1.5.1
dotnet add package LINQtoCSV.StandardEdition --version 1.5.1
NuGet\Install-Package LINQtoCSV.StandardEdition -Version 1.5.1
<PackageReference Include="LINQtoCSV.StandardEdition" Version="1.5.1" />
<PackageVersion Include="LINQtoCSV.StandardEdition" Version="1.5.1" />
<PackageReference Include="LINQtoCSV.StandardEdition" />
paket add LINQtoCSV.StandardEdition --version 1.5.1
#r "nuget: LINQtoCSV.StandardEdition, 1.5.1"
#:package LINQtoCSV.StandardEdition@1.5.1
#addin nuget:?package=LINQtoCSV.StandardEdition&version=1.5.1
#tool nuget:?package=LINQtoCSV.StandardEdition&version=1.5.1

LINQtoCSV
About this fork: it migrates the target framework to .NET Standard 2.0 making this a drop-in replacement which works on both .NET Framework and modern .NET. It also multi-targets .NET framework 3.5 for backwards compatibility.
This library makes it easy to use CSV files with LINQ queries. Its features include:
- Follows the most common rules for CSV files. Correctly handles data fields that contain commas and line breaks.
- In addition to comma, most delimiting characters can be used, including tab for tab delimited fields.
- Can be used with an IEnumarable of an anonymous class - which is often returned by a LINQ query.
- Supports deferred reading.
- Supports processing files with international date and number formats.
- Supports different character encodings if you need them.
- Recognizes a wide variety of date and number formats when reading files.
- Provides fine control of date and number formats when writing files.
- Robust error handling, allowing you to quickly find and fix problems in large input files.
Full documentation is at http://www.codeproject.com/Articles/25133/LINQ-to-CSV-library
License
Contributors welcome
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/mperdeck/LINQtoCSV/issues
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:
- Code the feature (obviously);
- Update the documentation in the article.htm file, including the history section at the end;
- Add unit tests to the LINQtoCSV project, to ensure future code changes don't break your feature.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 3.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.1 | 198 | 12/19/2025 |
This release added support to .NET Standard 2.0 by multi-targeting both .NET Standard 2.0 and .NET Framework 3.5