My Excel/Datatable looks like that, i would like to have 3 tables out of this, one for in moves, another for out moves and third for Store
Any idea hot to do this?
In Moves
A B C D
aa 2 20 xx
ad 1 50 xy
(empty row)
Out Moves
A B F N
xx 3 10 xxd
dd 5 30 xyc
(empty row)
Store
A B C
nn 2 ff0
rr 10 kk0
(empty row)
Yes , seperator is empty row. But there are more tables after that. I just need only these three.
If i split with empty row, how would i know which one is which.
If the arrangement of data is as you have mentioned in the first post, then we could use the indices of the splitted tables to classify the tables as required.
It can be re-worded as how you would be able to manually identify the tables individually, we could also use the same logical understanding when implementing it in UiPath.
Check the suggestions provided above and let us know if the workflows were able to help you in achieving the required output.