Sortiously 1.3.0
See the version list below for details.
dotnet add package Sortiously --version 1.3.0
NuGet\Install-Package Sortiously -Version 1.3.0
<PackageReference Include="Sortiously" Version="1.3.0" />
paket add Sortiously --version 1.3.0
#r "nuget: Sortiously, 1.3.0"
// Install Sortiously as a Cake Addin #addin nuget:?package=Sortiously&version=1.3.0 // Install Sortiously as a Cake Tool #tool nuget:?package=Sortiously&version=1.3.0
Sort large and small delimited or fixed width files by defined key(s) and direction with optional data filtering and progress reporting. Merge purge two files.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- System.Data.SQLite.Core (>= 1.0.108)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Enhancement update. Added DataTransportation parameter to sort methods to pass the data while writing out the sorted file or just pass the data. If needed you won't have to wait till the file is written to work with the data.
** Breaking Change ** If you are not using Named Parameters this update will have breaking changes due to the order of the parameters on SortFile methods.