VOOZH about

URL: https://www.nuget.org/packages/GenericParser/

⇱ NuGet Gallery | GenericParser 1.1.6




GenericParser 1.1.6

Suggested Alternatives

GenericParsing

dotnet add package GenericParser --version 1.1.6
 
 
NuGet\Install-Package GenericParser -Version 1.1.6
 
 
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="GenericParser" Version="1.1.6" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GenericParser" Version="1.1.6" />
 
Directory.Packages.props
<PackageReference Include="GenericParser" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GenericParser --version 1.1.6
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GenericParser, 1.1.6"
 
 
#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.
#:package GenericParser@1.1.6
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GenericParser&version=1.1.6
 
Install as a Cake Addin
#tool nuget:?package=GenericParser&version=1.1.6
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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.

Product Versions Compatible and additional computed target framework versions.
.NET Framework net20 net20 is compatible.  net35 net35 was computed.  net40 net40 was computed.  net403 net403 was computed.  net45 net45 was computed.  net451 net451 was computed.  net452 net452 was computed.  net46 net46 was computed.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GenericParser:

Package Downloads
aarbac.NET

An Automated Role Based Access Control .NET framework with T-SQL Query Parser which automatically parse select, insert, update, delete queries (row and column level security) based on the logged in user role. It also maintains user interface entitlements like menu, submenu, screen and screen elements.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on GenericParser:

Repository Stars
pnp/PnP-Tools
Scripts and tools for Office 365 and SharePoint - More for IT Pro's
pnp/modernization
All modernization tooling and guidance
Version Downloads Last Updated
1.1.6 400,973 7/15/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 263,049 10/14/2017
1.1.4 4,749 10/14/2017
1.1.3 82,850 8/2/2017

This package will receive no further development and has been moved to GenericParsing.  The new package will be based on .NET Standard 2.0 and signed.