I want to extract the entire table from a website but Data Scraping Wizard cannot read the images. What can I do for extracting the images? I can get the image url by setting the value of attr “text” to “src”. But it is taking more time to extract the values of the table by selecting individual columns compared to scraping entire table. Is there any possibility to extract the image URL by scraping the entire table?
In this you would have a little complicated approach.
First use Data Scraping so that you get the entire table other than the one which has the flags.
Next you take a counter variable and start getting the state of the flag (say red or green) in each row using Get Attribute activity and keep feeding this value back to the respective row in the datatable.
Seems like it can be done directly. The difference in the image will be a class name updated in the tag or the image location. Is it possible to share website link?
I can get the image url by setting the value of attr “text” to “src”. But it is taking more time to extract the values of the table by selecting individual columns compared to scraping entire table.