first you are open the link than it will show you link 8 links
in that you have to click 1 link
after this link will open the pdf file
in that file you have to download this file and also you have to extract the data
data extract will be that
this data will be extract into excel file
and it will be saved on new folder like
download pdf file will be in download pdf folder
and data extract file means excel file in output folder
we have to click all of the 8 link using for each
Loop through each url and use navigate to open the url and download the file… if they are file links…then directly use download file activity with the url to save the file
Read pdf and use regex to extract table data
As it is a well constructed table can try opening pdf and use data scrapping for the table as well
yes it was work but i have to download pdf file under downloadpdf folder
and data extract of result file under output folder
and also extract pdf data in different xlsx file like download pdf separete that like xlsx file also separate
in that picture there will be 2 folder output and downloadfilepdf
so bot will create these 2 folder automatically and output xlsx file and pdf file come under this folder @Yoichi