FolkerKinzel.CsvTools
1.4.3
Prefix Reserved
See the version list below for details.
dotnet add package FolkerKinzel.CsvTools --version 1.4.3
NuGet\Install-Package FolkerKinzel.CsvTools -Version 1.4.3
<PackageReference Include="FolkerKinzel.CsvTools" Version="1.4.3" />
paket add FolkerKinzel.CsvTools --version 1.4.3
#r "nuget: FolkerKinzel.CsvTools, 1.4.3"
// Install FolkerKinzel.CsvTools as a Cake Addin #addin nuget:?package=FolkerKinzel.CsvTools&version=1.4.3 // Install FolkerKinzel.CsvTools as a Cake Tool #tool nuget:?package=FolkerKinzel.CsvTools&version=1.4.3
FolkerKinzel.CsvTools
.NET-library to read and write CSV-files.
It is used as a dependency in FolkerKinzel.Contacts.IO - an easy to use .NET-API to manage contact data of organizations and natural persons, including a data model and classes to persist it as vCard (*.vcf) or CSV.
The library contains
CsvReader
: Reads CSV from files and streams. It enables you to perform Linq-Queries on CSV files.CsvWriter
: Writes CSV to files and stream.CsvRecordWrapper
: Maps the columns of the CSV file to the columns of yourDataTable
or to the properties of anobject
and performs type conversions.CsvRecordWrapper
supports aliases with wildcards for CSV column names and ships with a lot of supporting classes - most are data type converters for the most needed data types and an easy to implement interface to create converters of whatever data type you need.CsvAnalyzer
: Analyzes CSV files to get the right parameters for proper reading. This enables you, to read CSV files, that don't fit the standard.
Projektdokumentation (Deutsch) herunterladen
IMPORTANT: On some systems, the content of the CHM file is blocked. Before extracting it, right click on the file, select Properties, and check the "Allow" checkbox (if it is present) in the lower right corner of the General tab in the Properties dialog.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net40 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FolkerKinzel.CsvTools:
Package | Downloads |
---|---|
FolkerKinzel.Contacts.IO
Small and easy to use framework for .NET to manage contact data of organizations and natural persons, including a data model and classes to persist it as vCard (*.vcf) or CSV. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Better Visual Studio IntelliSense and a new constructor overload for CsvIndexProperty.