FolkerKinzel.CsvTools.Mappings
1.0.0-beta.1
Prefix Reserved
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
This is a prerelease version of FolkerKinzel.CsvTools.Mappings.
dotnet add package FolkerKinzel.CsvTools.Mappings --version 1.0.0-beta.1
NuGet\Install-Package FolkerKinzel.CsvTools.Mappings -Version 1.0.0-beta.1
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="FolkerKinzel.CsvTools.Mappings" Version="1.0.0-beta.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FolkerKinzel.CsvTools.Mappings --version 1.0.0-beta.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FolkerKinzel.CsvTools.Mappings, 1.0.0-beta.1"
#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 FolkerKinzel.CsvTools.Mappings as a Cake Addin #addin nuget:?package=FolkerKinzel.CsvTools.Mappings&version=1.0.0-beta.1&prerelease // Install FolkerKinzel.CsvTools.Mappings as a Cake Tool #tool nuget:?package=FolkerKinzel.CsvTools.Mappings&version=1.0.0-beta.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.NET library that provides mappings and type conversions for FolkerKinzel.CsvTools (RFC 4180)
(FolkerKinzel.CsvTools comes with the dependencies and doesn't need to be installed separately.)
This package allows:
- analyzing CSV files and CSV strings (delimiter, header row, column names, text encoding, and required options for reading non-standard CSV)
- serializing and deserializing collections of any data type
- serializing and deserializing DataTables
- to do things easily and with just a few lines of code. In addition, the package also provides the means to write high-performance code:
- It allows you to parse ultra large CSV files because only one row of the file has to be in memory at a time.
- It makes the fields of the CSV file available as
ReadOnlyMemory<Char>
instances. This avoids the allocation of numerous temporary strings. - Allows to parse value types without any boxing and unboxing and - with modern .NET versions - without any allocation of temporary strings.
- The
CsvOpts.DisableCaching
option allows reusing the sameCsvRecord
instance for each parsed row of the CSV file. This can avoid further allocations.
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 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 | net461 was computed. net462 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- FolkerKinzel.CsvTools (>= 2.0.0-beta.5)
- Portable.System.DateTimeOnly (>= 9.0.0)
-
.NETStandard 2.0
- FolkerKinzel.CsvTools (>= 2.0.0-beta.5)
- Portable.System.DateTimeOnly (>= 9.0.0)
-
.NETStandard 2.1
- FolkerKinzel.CsvTools (>= 2.0.0-beta.5)
- Portable.System.DateTimeOnly (>= 9.0.0)
-
net8.0
- FolkerKinzel.CsvTools (>= 2.0.0-beta.5)
-
net9.0
- FolkerKinzel.CsvTools (>= 2.0.0-beta.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta.1 | 29 | 2/12/2025 |
1.0.0-alpha.3 | 34 | 2/1/2025 |
1.0.0-alpha.2 | 36 | 1/12/2025 |
1.0.0-alpha.1 | 35 | 1/7/2025 |