WizardWrx.AnyCSV
7.2.145
AnyCSV - Process ANY delimited string.
Install-Package WizardWrx.AnyCSV -Version 7.2.145
dotnet add package WizardWrx.AnyCSV --version 7.2.145
<PackageReference Include="WizardWrx.AnyCSV" Version="7.2.145" />
paket add WizardWrx.AnyCSV --version 7.2.145
#r "nuget: WizardWrx.AnyCSV, 7.2.145"
Release Notes
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.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WizardWrx.AnyCSV:
Package | Downloads |
---|---|
WizardWrx.FormatStringEngine
Composite Format String Processing
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
7.2.145 | 541 | 8/12/2019 |
7.1.135.32875 | 461 | 7/3/2019 |
7.1.131.32279 | 193 | 7/3/2019 |
7.0.120.30587 | 1,201 | 9/4/2018 |
4.0.106.27625 | 630 | 12/27/2016 |