Hello
I am trying to scrapp a list of products from a website, and I want also to scrapp the image URL.
But when I edit the attr from “href” to “src” I get a “null” result. This is the website "https://zehava.ro
Thanks
Hello
I am trying to scrapp a list of products from a website, and I want also to scrapp the image URL.
But when I edit the attr from “href” to “src” I get a “null” result. This is the website "https://zehava.ro
Thanks
Hi,
Can you try the following setting for Data Definition / ExtractMetadata property?
<extract>
<column name='Column1' attr='src' exact='1'>
<webctrl tag='img' idx='1' />
</column>
</extract>
Regards,