i have 9 pages of HTML table of a single website,I have to select first and second column of that HTML table.1st column contains normal entry and 2nd column contains company name and hyperlink on it.
I want 1st and 2nd column with company name and along with its hyperlink stored in data table or in nay other source.Can anyone please advise me on this.
@lata,
while data scraping the column , data scrapping tool will ask whether you want to extract url with it or not select that option , the url behind it will be extracted.
From your screenshot, it seems that you are selecting the first and second element row wise. That’s why you are getting incorrect results.
Choose the first date as 'First element’
Then choose the second date as second element in the same column.
Then select the correlated data, that is company name in the same way.
You are getting a blank URL field may be because, you are selecting the entire cell instead of the hyperlink text
Also, the URL of your website returns only the relative path. You can use the workflow FDA_DataScraping.xaml (11.4 KB) for getting all the data in tables including the absolute URL path.