I have 2 excel files, one excel files with one sheet and the other file with three sheets.
Description
Excel file1 has1 sheet with 30+ columns out of which only email id have to be compared with all the three sheets of the Excel file 2 and write back the matched mail id information with Excel file 1 data in result file.
Excel file 2 has 3 sheets with 5+ columns out of which email id is the one of the column that has to be compared with the Excel file 1.
Result file should have the matched email ids information as per excel file 1 information (i.e. 30+ column) from excel file 1 and excel file 2. Added to that the column 1 from excel file 2’s sheet 1 and sheet 2 has to be added. i highlighted the it as column 12 in yellow.Sample Files.zip (28.4 KB)
@selvarani1390 U can search regex compiler in online, u will get many compiler and documents regarding it. I learnt concepts of datatable, looping and arrays in uipath forum itself. I didn’t followed any specific webpage or documents.
Can you please provide me some solution for the below problem, i tried it with my own workflow but it iis not fetching the right data. your help is highly appreciate able.
I have 2 excel files, one excel files with one sheet and the other file with three sheets.
Description
Excel file1 has1 sheet with 30+ columns out of which only email id have to be compared with all the three sheets of the Excel file 2 and write back the matched mail id information with Excel file 1 data in result file.
Excel file 2 has 3 sheets with 5+ columns out of which email id is the one of the column that has to be compared with the Excel file 1.
Result file should have the matched email ids information as per excel file 1 information (i.e. 30+ column) from excel file 1 and excel file 2. Added to that the column 1 from excel file 2’s sheet 1 and sheet 2 has to be added. i highlighted the it as column 12 in yellow.Sample Files.zip (28.4 KB)
I tried it using datattable, for each and if condiiton… it is reading the files and not executing the if statement. My ask is very simple i want to compare the email ids and write the matched email records in the result file.
i used this format “variable1 equals variable2” no compilation error. but if condition is not working
@selvarani1390 Print SubmittedbyEmail and EmailAddress variables using message box and writeline and check whether they are equal are not. Then u can identify where actually went wrong