In my input excel i have multiple table. I need to read all the data table and need to store in one single data table.
Ex:
In my input excel i have multiple table. I need to read all the data table and need to store in one single data table.
Ex:
Hi!
If the position of the tables don’t change you can use Read Range and specify the Range
Activities - Read Range (uipath.com)
Position of table will change. How to handle that scenario.
Read the whole excel sheet then and try to manipulate the data.
You could forexample find out the Cell for “Table 1”, then assume that the Cell below it is the start of your table, then try to found “Table 2” and do the same.
You can even let the table number be a variable that you increment in a while loop so that as long as there are “Table {x}” you continue, if you don’t find Table 11, you exit the loop
Here table name also dynamic
Could you rely on there being an empty column between the tables?
See this thread and adjust for column instead of row
How to split datatable into multiple datatables, using empty row as seperator - Learn / Academic Alliance - UiPath Community Forum
Here table rows and columns are dynamic. We cant give range directly.
It’s difficult to solve. It have to stable and different column names