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
<PackageReference Include="DataTable.GroupBy.Aggregation.Activity" Version="1.0.1" />
paket add DataTable.GroupBy.Aggregation.Activity --version 1.0.1
#r "nuget: DataTable.GroupBy.Aggregation.Activity, 1.0.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.