LumenWorksCsvReader 3.9.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package LumenWorksCsvReader --version 3.9.1
NuGet\Install-Package LumenWorksCsvReader -Version 3.9.1
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="LumenWorksCsvReader" Version="3.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LumenWorksCsvReader --version 3.9.1
#r "nuget: LumenWorksCsvReader, 3.9.1"
#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 LumenWorksCsvReader as a Cake Addin
#addin nuget:?package=LumenWorksCsvReader&version=3.9.1

// Install LumenWorksCsvReader as a Cake Tool
#tool nuget:?package=LumenWorksCsvReader&version=3.9.1

An extended version of LumenWorks.Frameworks.IO

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (24)

Showing the top 5 NuGet packages that depend on LumenWorksCsvReader:

Package Downloads
SEOChecker

SEO checker helps you find common SEO issues on your website such as missing meta tags, broken links etc. SEO checker allows you to fix issues on the page before publishing the page. All validations are based on the "Search Engine Optimization Starter Guide" document from Google http://tinyurl.com/yjm24yq check the project page for a full list of validations. SEO checker allows you to preview the Google search result snippet when editing content and will give feedback about keyword usage in content and met information SEO checker will report any inbound link that is broken and will automatically redirect to the correct page when a link pointing to your website uses the wrong extension, php instead of aspx for example and will automatically redirect to the correct page when an editor renames or moves a document. SEO checker allows you to generate meta data based on existing content on the page, can automatically generate robot.txt and sitemap.xml files for you. SEO checker will also automatically solve canonical issues using its own URL Rewrite module.

CMSImport

CMSImport helps you import content or members from any datasource into Umbraco CMS.

SEOChecker.Core

This package will install the SEO Checker core binaries. These are the binaries to reference in your project during development. Use SEOChecker package if you want to install SEOChecker in your site.

VelocityDBExtensions

Extensions to VelocityDB for efficient LINQ index/BTree queries, AzureSession file API usage with Microsoft Azure, import/export to/from CSV and JSON, Sync, GeoHash, Compressed Bitmap and RTree.

Xenhey.BPM.Core.DotNet

Package Description

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on LumenWorksCsvReader:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
dotnetprojects/DotNetSiemensPLCToolBoxLibrary
Library to Access Siemens PLCs and Step5/Step7 Project Files
shr670377723/CommunityServer-master
Version Downloads Last updated
4.0.0 3,778,825 3/24/2018
3.9.1 1,057,425 4/9/2016
3.9.0 144,056 6/20/2015
3.8.3 24,699 3/22/2015
3.8.2 70,910 3/27/2014

Added max field length for quoted fields (@criteo)
Strengthen Debug.Assert condition in GetSchemaWithoutHeaders (@joshgo)
Added test for quoted fields not throwing an exception (@joshgo)
Added HasHeader function to allow checking if a header existing without throwing exception (@kiran94)