LumenWorksCsvReader 3.9.0
See the version list below for details.
dotnet add package LumenWorksCsvReader --version 3.9.0
NuGet\Install-Package LumenWorksCsvReader -Version 3.9.0
<PackageReference Include="LumenWorksCsvReader" Version="3.9.0" />
<PackageVersion Include="LumenWorksCsvReader" Version="3.9.0" />
<PackageReference Include="LumenWorksCsvReader" />
paket add LumenWorksCsvReader --version 3.9.0
#r "nuget: LumenWorksCsvReader, 3.9.0"
#addin nuget:?package=LumenWorksCsvReader&version=3.9.0
#tool nuget:?package=LumenWorksCsvReader&version=3.9.0
An extended version of LumenWorks.Frameworks.IO
Product | Versions 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. |
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
|
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)