Marketplace logo
MarketplaceListingsActivityDataTable Manipulation
DataTable Manipulation

DataTable Manipulation

by Prasath S

2

Activity

2.1k

back button
back button
carouselImage0
next button
next button

Summary

Summary


Overview

Overview

Below is the detailed overview of the activites provided in the package:

1. Select Top N Rows
Input : DataTable, Row Number
Output : DataTable with first N row specified by the user
Note: Row Number starts with 1.

2. Select Bottom N Rows
Input : DataTable, Row Number
Output : DataTable with last N row specified by the user
Note: Row Number starts with 1.

3. Select Custom N Rows
Input : DataTable, Starting Row Number, Ending Row Number (Optional)
Output : DataTable with rows starting and ending as specified by the user. If the ending row number is not specified it will take until the last row of the given DataTable.
Note: Row Number starts with 0.

4. Select Particular columns
Input : DataTable, column names (array(string))
Output : DataTable with columns only specified by the user

5. Remove Particular columns
Input : DataTable, column names (array(string))
Output : DataTable with columns not specified by the user

6. Search Row Index
Input : DataTable, column name, Search value
Optional : SearchFrom (Top or Bottom), Search Instance (Instance of the row to be searched ex: 1,2,3etc..)
Output : Row index.

7. Convert to Html Table
Input : DataTable (Required)
Header Styles Provided : Header Font Family, color, size, style and header background color.
Border Styles Provided : Border color, border size and border style, checkbox to select and unselect border style options.
Body Styles : Font Family, Font Size and Font Color.
Alternate Row Styles Provided : Alternate Row color and checkbox to select and unselect alternate row style options.
Output : Html table Tag (String).

8. Convert to Collection
Input : DataTable
Output : List containing column headers and array containing column headers

9. Add SNo Column
Input : DataTable
Output : DataTable with Serial number column added as the first column.(auto increment)

10. Math Operations
Input : DataTable, column name, Opeartion(DropDown)
Operations Provided : SUM, MAX, MIN, AVERAGE
Output : Result of the Operation selected by the user on the particular column.
Note: The column datatype should be numeric.

11. Rename column
Input : DataTable, column Index, New Column name
Output : DataTable with column name changed specified by the user.
Note: Column Number starts with 0.

12. Reorder column
Input : DataTable, column Name,New Column number
Output : DataTable with column position changed specified by the user.
Note: Column Number starts with 0.

13. Reverse DataTable
Input : DataTable
Output : Reversed DataTable (Bottom to Top).


Features

Features


Additional Information

Additional Information

Dependencies


Code Language

Visual Basic

Runtime

Windows Legacy (.Net Framework 4.6.1)

Publisher

Prasath S

Visit publisher's page

License & Privacy

Apache

Privacy Terms

Technical

Version

1.1.0

Updated

Jul 7, 2020

Works with

Studio: 21.10 - 22.10

Certification

Silver Certified

Tags

Advanced Datatable Activites
Advanced Datatable manipulation
datatable
Datatable Activites
Datatable manipulation

Support

Phone: 7904118860

Email: prasath679@gmail.com

I have agreed that i resolve the issue as soon as possible.

Resources