Hi,
I have usecase about Datatable based i need to make all changes in the datatable like sorting and delete empty values rows after i need to make 3 copies of duplicates…
You can use Filter Data Table activity. Configure filters you want and don’t want. Here you can create a new datatable to store the filtered output datatable.
This will be duplicate copy of the your original datatable in terms of column names and count.
Thanks,
Ashok
Sorting the DataTable: This can be done based on one or more columns.
Deleting Empty Rows: This involves removing rows that have empty or null values.
Creating Duplicate Copies: This means creating three identical copies of the processed DataTable.
Sorting the data, Deleting rows with empty values.Creating three duplicate copies of the processed data.
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.