I have a datatable of n columns. The value of N can vary. I want to split the data table into two data tables. First datatable will have column 1 to column 5. And the second data table will have column 6 to column n.
This can be done using loop and Remove Data Column activity. However wanted to check if there is any simpler way.
You can use filter activities as a simple way of splitting table
To Get the first 5 columns, select the Keep Column option in the output column and give 0-4 column ids
To get the 6-n columns, select the Remove column option in the output column and give 0-4 column ids