GenericParsing 1.2.1
The GenericParser is a robust C# implementation of a parser for delimited and fixed width format files. It provides a variety of features (ex. custom delimiters, text qualifiers, loading/saving configuration from XML, and many more), performant, and thoroughly tested.
Install-Package GenericParsing -Version 1.2.1
dotnet add package GenericParsing --version 1.2.1
<PackageReference Include="GenericParsing" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GenericParsing --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Added new target frameworks (.NET 4.5.2, .NET 4.6.1).
- Added Readme.md
Dependencies
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.