Sortiously 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Sortiously --version 1.3.0
NuGet\Install-Package Sortiously -Version 1.3.0
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="Sortiously" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sortiously --version 1.3.0
#r "nuget: Sortiously, 1.3.0"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.4.1 1,494 3/10/2022
1.4.0 1,122 9/13/2018
1.3.0 964 4/19/2018
1.2.0 1,048 4/15/2018
1.1.0 1,055 4/1/2018
1.0.0 960 3/28/2018

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.