LumenWorksCsvReader 3.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package LumenWorksCsvReader --version 3.9.0
                    
NuGet\Install-Package LumenWorksCsvReader -Version 3.9.0
                    
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.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LumenWorksCsvReader" Version="3.9.0" />
                    
Directory.Packages.props
<PackageReference Include="LumenWorksCsvReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LumenWorksCsvReader --version 3.9.0
                    
#r "nuget: LumenWorksCsvReader, 3.9.0"
                    
#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.
#addin nuget:?package=LumenWorksCsvReader&version=3.9.0
                    
Install LumenWorksCsvReader as a Cake Addin
#tool nuget:?package=LumenWorksCsvReader&version=3.9.0
                    
Install LumenWorksCsvReader as a Cake Tool

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 (23)

Showing the top 5 NuGet packages that depend on LumenWorksCsvReader:

Package Downloads
CMSImport

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

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

ZuoraMagic

Easy access to various Zuora APIs.

YahooStockQuotes

Easily get stock quotes and historical prices from the Yahoo Finance API

GitHub repositories (8)

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

Repository Stars
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
dahall/Vanara
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
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
Version Downloads Last updated
4.0.0 5,676,792 3/24/2018
3.9.1 1,189,401 4/9/2016
3.9.0 159,993 6/20/2015
3.8.3 26,354 3/22/2015
3.8.2 79,274 3/27/2014

Completely replaced use of _fieldHeaders internally with Columns
Fixed IDataReader.GetSchemaTable to return Column.Type rather than always saying string
Introduced UseColumnDefault to allow Column.Default value to be returned when a column doesn't exist in the source data.
Changing handling of extra fields to respect DefaultParseErrorAction (thanks to @gap777)
Added support for null values and some tests (thanks to @fretje)