DataTable.GroupBy.Aggregation.Activity 1.0.1

dotnet add package DataTable.GroupBy.Aggregation.Activity --version 1.0.1
NuGet\Install-Package DataTable.GroupBy.Aggregation.Activity -Version 1.0.1
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="DataTable.GroupBy.Aggregation.Activity" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataTable.GroupBy.Aggregation.Activity --version 1.0.1
#r "nuget: DataTable.GroupBy.Aggregation.Activity, 1.0.1"
#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 DataTable.GroupBy.Aggregation.Activity as a Cake Addin
#addin nuget:?package=DataTable.GroupBy.Aggregation.Activity&version=1.0.1

// Install DataTable.GroupBy.Aggregation.Activity as a Cake Tool
#tool nuget:?package=DataTable.GroupBy.Aggregation.Activity&version=1.0.1

The activity has the facility that can change the aggregation datatype like Integer,Double and DateTime.

Explanation of the properties:

AggregationBy : It has list of aggregation functions Sum,Count,Max,Min and Avg.By default it is Sum.

AggregationColumn : Here have to specifiy only one column.Should not allow more than one column.

AggregationType: Specifying the aggregation column datatype.(Integer,Double and DateTime) The "DateTime" datatype supports only the Max and Min functions. Normally if we read the data from excel, all columns are an Object datatype.So have to change the datatype like Integer or Double to do the aggregation.By default it is Integer and equal to Int64(C#.Net).

GroupByColumns: It allow more than one columns . Separated by comma(,) symbol.

InputTable: It is datatable like Source data.

Result:It is a output of result.It is a datatabale.

Some Bugs are fixed..

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 41 4/27/2018
1.0.0 7 4/27/2018