Hi all,
I want to get multiple text from website, and if I use Table Extraction, it will take all the text but I only need the text with tick.
The website is like below:
please help, thanks.
Hi all,
I want to get multiple text from website, and if I use Table Extraction, it will take all the text but I only need the text with tick.
The website is like below:
please help, thanks.
Use Get Text activity and use string manipulations or Regex to extract.
Get text is not working for you then try:
I used CV get text activity as you put image data.It extracts all “X” symbols using string manipulations or regular expressions you can easily extract the data
Use for each ui element activity and indicate the tick mark…
And inside it use anchor base and use tick as anchor and get the value beside it using get text
Cheers
Hi,
We can attibute of the icons and text using TableExtraction as the following step.
First, indicate element of icon and text separately.
Next, edit metadata as the following, for example. (Replace fulltext with class)
If icon is img tag, attribute may be not ‘class’ but ‘src’
Finally, we can get src url of image. And we can filter out unnecessary rows using the url.
Sample
Sample20240227-2.zip (4.4 KB)
Regards,