Hi, All i am lost on how to edit the data extracted from the Extract Table Data activty. Currently the activity is able to extract the data as such,
HS3
HS4
HS5 and so on…
However the problem is i need the data to be reformatted such that instead of multiple rows as shown, the data pasted onto excel is merge into one single row and thus one column like this : HS3,HS4,HS5 seperated by commas. How do i go about doing that? My data is a mixed of numerials and letters.
I have tried using methods like for each row activity and initializing a dictionary to store them but to no avail as i am not very proficient in Ui path at the moment.
Hi @lrtetala , thanks for the help. However the bot pasted the entire code in the excel file instead of the data. Could it be due to a variable type issue?
Can you try to use the below syntax in assign activity print it in message box and check and please check is your datatable output is extractedDataTable variable
Hi @lrtetala, once again thanks for the suggestion. I replaced the “extractedDataTable” portion to the variable Datatablzz which is where the extracted data is stored.However the bot still repeats the same mistake.
Hi @lrtetala, i copied pasted the code you’ve generously provided and replace it with my datatable variable as shown. However the same problem still surfaces.