Extract attribute as column from HTML table

Hello,

I am trying to extract data from each column using data scraping but there is one column name ‘PDF needed’ with value as checkmark symbol. So, while extracting into data table the column does not show any value as it is a checkmark symbol.

My question is, is there any different way getting the values of such column? How can it be done with using attribute?

Thanks in advance.

1 Like

Hey @tejastandel007

I hope you are using the Data Table Scraping method for this.

You can just tweak the ExtractMetadata of the Extract Structured Data activity which should do the job.

You can please post your table screenshot & metadata for more help on it.

Thanks
#nK

Hey @Nithinkrishna

Yes, am using the data scraping activity. I am getting confused while tweaking the metadata.

The metadata:

The table screenshot:
image

As you can see the fourth column has value as symbol and I need to get any identifier for that.

Hope this helps.

1 Like

have a look here:

do a check on the green symbol and analyse its details on what it is. Icon, class…

Hey @tejastandel007

Could you please show us the selector for the check icon please ?

Thanks
#nK

Hi @tejastandel007,

See if the above link if it can help you

Thanks

1 Like

Here you go!
webctrl aaname=’ ’ tableCol=‘4’ tableRow=‘47’ tag=‘DIV’ class=‘list-cell-content’

In DIV tag there is one more DIV and SPAN tag but while selecting that it shows invalid UI node.

1 Like

Hey @tejastandel007

Yes I think we need to see that selector inside div for other div and span.

Could you please try indicating it by changing the UiFramework or try making it as target from visual tree…

Thanks
#nK

Thanks for sharing!

This post has helped me and my issue is resolved.

Thanks for the reply. The issue has been resolved

1 Like

Cool @tejastandel007

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.