Hello Colleagues,
I am scraping data from this website (in Arabic), using the Automatic Data Scraping,
https://tenders.etimad.sa/Tender/AllTendersForVisitor
It is working fine except for on item which is always captured instead of the correct item, plz refer to the image below, the scraper always return the value of Element “A” for column “B”
If anyone can help in modifying the MetaData of the Autoscrape to allow the correct capturing of Element “B” plz.
Thank you in advance.
Srini84
(Srinivas Kadamati)
March 8, 2021, 5:43am
2
@Anwar_Mirza
Which activity are you using? can you share your workflow screenshot?
Thanks
Thank you, I am using the automatic Data Scraping, below is the screenshot
And this is the Metadata related to Element B:
Plz refer to the highlighted
Nav001
(Naveed Rashid)
March 8, 2021, 4:14pm
8
Hi, looking at the web elements it looks like you may need to remove 1 of the div’s with idx=‘1’ before the idx=‘2’ line?
Thank you Naveed, I tried this already and it didn’t work.
Nav001
(Naveed Rashid)
March 9, 2021, 9:16am
10
Could you provide the entire metadata or project file so i can replicate?
Project file attached. Thank you Naveed.SequenceTest.xaml (14.0 KB)
Nav001
(Naveed Rashid)
March 9, 2021, 10:12am
12
There is a class that seems to be the same on all row divs for that section of data.
So this should work for that column:
<column exact='1' name='Activity' attr='text'>
<webctrl tag='div' class='col-12 pt-2' />
<webctrl tag='span' idx='1'/>
</column>
BIG THANKS!! It did work, really appreciated.
system
(system)
Closed
March 12, 2021, 11:33am
15
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.