LumenWorksCsvReader 4.0.0

.NET Standard 1.3 .NET Framework 2.0
dotnet add package LumenWorksCsvReader --version 4.0.0
NuGet\Install-Package LumenWorksCsvReader -Version 4.0.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="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LumenWorksCsvReader --version 4.0.0
#r "nuget: LumenWorksCsvReader, 4.0.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.
// Install LumenWorksCsvReader as a Cake Addin
#addin nuget:?package=LumenWorksCsvReader&version=4.0.0

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

An extended version of LumenWorks.Frameworks.IO

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 1.3

  • .NETStandard 2.0

    • 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.

Xenhey.BPM.Core.DotNet

Package Description

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.

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
silahian/VisualHFT
GUI for enterprise level high frequency trading systems, making focus on visualizing market microstructure analytics, such Limit Order Book dynamic, latencies, execution quality, and other analytics. WPF & C#
Version Downloads Last updated
4.0.0 2,558,004 3/24/2018
3.9.1 893,154 4/9/2016
3.9.0 121,676 6/20/2015
3.8.3 20,755 3/22/2015
3.8.2 59,354 3/27/2014

Support .NET Framework 2.0+ and .NET Standard 1.3+
Use DateTime.TryParseExact if needed (@milcondoin)
Override column capability (@spintronic)
Fix handling of duplicate headers (@jonreis)
Reduced exception overhead (@spintronic)
Added NullBytesRemoval functionality to reduce memory usage and runtime (@andrewpsy)
Use StringBuilder instead of string concatenation to speed up reading of huge cell (@andrewpsy)
Fixed: Exception in GetFieldType() when hasHeaders is false (@molopony)
Fixed: Exception when reading data and hasHeaders is false (@molopony)
Fixed: ArgumentOutOfRangeException when hasHeaders is false (@molopony)