Find keyword in Document

Dear Forum Members,

I have an Excel file which consist of one column which contains some keywords.

I have a Word Document which contains text.

I have to check wether word document contains all keywords present in excel or not.

Any suggestion will be appreciated .

Thanks and Regards
Sahil Garg

Hi @Sahil_Garg,

To find the words in the excel you can use the below “find activity” .

Video :

Thank you
Balamurugan.S

Hi ,

Is there any way to do it with inbuilt activities ?

Hi All, was a solution ever found for this without the use of external packages?

Assuming the above scenario

you can achieve this by following

first read the excel data using read range
read word document read text
for each loop to check the all col data present in word using if condition


Hope this logic should work

Regards