WizardWrx.AnyCSV 7.2.145

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package WizardWrx.AnyCSV --version 7.2.145
NuGet\Install-Package WizardWrx.AnyCSV -Version 7.2.145
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="WizardWrx.AnyCSV" Version="7.2.145" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WizardWrx.AnyCSV --version 7.2.145
#r "nuget: WizardWrx.AnyCSV, 7.2.145"
#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 WizardWrx.AnyCSV as a Cake Addin
#addin nuget:?package=WizardWrx.AnyCSV&version=7.2.145

// Install WizardWrx.AnyCSV as a Cake Tool
#tool nuget:?package=WizardWrx.AnyCSV&version=7.2.145

AnyCSV - Process ANY delimited string.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  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. 
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 WizardWrx.AnyCSV:

Package Downloads
WizardWrx.FormatStringEngine The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Composite Format String Processing

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.157 88 3/2/2024
7.2.145 57,614 8/12/2019
7.1.135.32875 2,824 7/3/2019
7.1.131.32279 513 7/3/2019
7.0.120.30587 6,092 9/4/2018
4.0.106.27625 1,052 12/27/2016

Unlike most CSV strings, these frequently come with "just in time" guard characters that enclose the command that they protect, and little else. Since I found nothing on the Web that met my need, and I had to roll my own, I gave it all the features that I expected of a robust delimited string parsing engine, such as the ability to use any character as the delimiter, and any other character as the guard character, to keep or discard the guard character, and, finally, to make absolutely no assumptions about the source of the input strings or the destination of the output strings. In other words, this is a robust delimited string parser, period. Both acquiring input strings and storing the returned string arrays are out of scope. This version has COM Interop support, so that it can be incorporated into VBA projects. This upgrade corrects an oversight that prevented instantiation of COM instances, essentially crippling the COM interface.