FolkerKinzel.CsvTools
1.6.4
Prefix Reserved
dotnet add package FolkerKinzel.CsvTools --version 1.6.4
NuGet\Install-Package FolkerKinzel.CsvTools -Version 1.6.4
<PackageReference Include="FolkerKinzel.CsvTools" Version="1.6.4" />
paket add FolkerKinzel.CsvTools --version 1.6.4
#r "nuget: FolkerKinzel.CsvTools, 1.6.4"
// Install FolkerKinzel.CsvTools as a Cake Addin #addin nuget:?package=FolkerKinzel.CsvTools&version=1.6.4 // Install FolkerKinzel.CsvTools as a Cake Tool #tool nuget:?package=FolkerKinzel.CsvTools&version=1.6.4
.NET-library to read and write CSV files. ("Comma-Separated Values", RFC 4180)
It contains
CsvReader
: Reads CSV from files and streams. It enables you to perform Linq-Queries on CSV files.CsvWriter
: Writes CSV to files and streams.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.
FolkerKinzel.CsvTools
serves as a dependency in FolkerKinzel.Contacts.IO - a small and easy to use framework for .NET, which allows to manage contact data of organizations and natural persons, including a data model and classes to persist it as vCard (*.vcf) or CSV.
Projektdokumentation (Deutsch) herunterladen
IMPORTANT: On some systems the content of the CHM file is blocked. Before opening the file right click on the file icon, 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 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. 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 is compatible. 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 | tizen40 was computed. 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.
-
.NETFramework 4.6.1
- FolkerKinzel.Strings (>= 4.4.0)
-
.NETStandard 2.0
- FolkerKinzel.Strings (>= 4.4.0)
-
.NETStandard 2.1
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- 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.