Hi ,
I want to copy data from different columns of an excel sheet (Single Row), & want to search that data in a PDF file.
Want to display an output that everything copied from excel matches the PDF content
Hi ,
I want to copy data from different columns of an excel sheet (Single Row), & want to search that data in a PDF file.
Want to display an output that everything copied from excel matches the PDF content
Use read cell activity to get data from cell, then use open application and hotkeys activity to open pdf file and search.
Read the pdf as a string. After that iterate a loop of the excel table
and put the values in StringVariable.Contains(“ExcelcellValue”)