LINQtoCSVCore 1.6.2

dotnet add package LINQtoCSVCore --version 1.6.2
NuGet\Install-Package LINQtoCSVCore -Version 1.6.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LINQtoCSVCore" Version="1.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LINQtoCSVCore --version 1.6.2
#r "nuget: LINQtoCSVCore, 1.6.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LINQtoCSVCore as a Cake Addin
#addin nuget:?package=LINQtoCSVCore&version=1.6.2

// Install LINQtoCSVCore as a Cake Tool
#tool nuget:?package=LINQtoCSVCore&version=1.6.2

LINQtoCSV

This 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:

  • 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

Apache License, Version 2.0

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/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:

  • 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 Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LINQtoCSVCore:

Package Downloads
BigCommercePinterestFeed

Generates Pinterest catalog feed for BigCommerce powered stores. Uploads files to a WebDav server location. Sends notification emails using SMTP credentials.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.2 66,127 2/27/2022
1.6.1 395 2/27/2022
1.6.0 405 2/27/2022
1.5.0 3,802 5/26/2021

Upgrade to .net 6