Extract data from different files

Hi guys
How to extract the data from different files like .pdf .docs .txt
And save it to excel file

use get text activity for read data and add them to a data table after that use write range activity to write them into an excel file

Can you explain by step by step

open whatever the file you want ,use get text activity and indicate the text you want and and ad it to a data table as a data row. add a write range activity and give your data table as an input

Thanks vidwa
But I want to extract a data from different file which is located in same folder
For example I want a name field from PDF from docs and save it in Excel sheet
So can you give a suggestion how to do

Hi/Sateesh

I have done Data extract from Specific Pdf file to excel successfully but i tried different type of pdf files put in single folder it’s doesnt take the from different files,.could you explain me step by step