WillPower.FileParser
1.2022.1.1
dotnet add package WillPower.FileParser --version 1.2022.1.1
NuGet\Install-Package WillPower.FileParser -Version 1.2022.1.1
<PackageReference Include="WillPower.FileParser" Version="1.2022.1.1" />
paket add WillPower.FileParser --version 1.2022.1.1
#r "nuget: WillPower.FileParser, 1.2022.1.1"
// Install WillPower.FileParser as a Cake Addin
#addin nuget:?package=WillPower.FileParser&version=1.2022.1.1
// Install WillPower.FileParser as a Cake Tool
#tool nuget:?package=WillPower.FileParser&version=1.2022.1.1
This package provides .Net Standard (2.1) and .Net Framework (4) libraries intended to facilitate writing and parsing binary EBCDIC files or other fixed length files.
It supports custom and/or built in encoders, including an EBCDIC encoder (IBM037) for convenience.
Features include:
Character set translation.
Packed Decimal translation.
Packed Date translation (2 (short) and 4 (long) byte).
Table field definitions and translation.
See WillPower.FileLayout for configuration specifications.
This product is provided 'AS IS, NO WARRANTY' and is intended for no specific use or person. In fact, the code herein is so confuggled, it should not be used by anyone ever and anything that happens as a result of its use is completely and utterly YOUR FAULT. :p
Note: WillPower™ is an unregisterable trademark of everyone.
(OK Vishan, I waited until 2022. Are you happy now?)
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.1
- System.Text.Encoding.CodePages (>= 5.0.0)
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.2022.1.1 | 232 | 1/1/2022 |
0.2021.1.29 | 269 | 1/30/2021 |
File creation using known readable formats.
Corrected 6 digit numeric year parsing to include century (assuming previous century if in an apparent future year).
SerializableLayout class introduced for JSON serialization.
Still a couple of bugs, but functional for the 99%. Seeking developers to assist in future growth.