Hi,
can anyone please help achieve this using uipath or sql or excel?
I want the first table to be transformed into second table.
Hi,
can anyone please help achieve this using uipath or sql or excel?
I want the first table to be transformed into second table.
@pranjali_ramteke Will the Excel be in that format always or will it differ ?
@supermanPunch it will always be in that same format
@pranjali_ramteke Can you provide the Input File ? I can work on it, and try to send you the Output
arr_RowData1 = {str_EMP, str_EMPNUMBER, str_DATE1, str_HOURS1}
arr_RowData2 = {str_EMP, str_EMPNUMBER, str_DATE2, str_HOURS2}
arr_RowData3 = {str_EMP, str_EMPNUMBER, str_DATE3, str_HOURS3}
Use the Add Data Row activity three times to add each of these arrays separately to your target datatable.
Next Row in your For Each Row loop.
@ronanpeter thanks will try it out!
Try this
TestCase.xlsx (8.7 KB) NewCase.xaml (13.3 KB)