I used the Data scrapping activity to grab a table from a webpage, and it was saved in a variable called ExtractedDataTable.
I also have another variable called 2019.
In my table I have 2 items that say 2019. I want to only grab the one that has an * before it (so i want to grab * 2019).
How would i do this?
Jarzzz
(Kyle)
2
Once in a table use a For Each Row; If statement inside to grab what you are looking for. Check out the linked.
lakshman
(Ganta lakshman)
3
@happygal321
newDT = yourDT.Select("ColumnName = '*2019'").CopyToDataTable
Hi @happygal321,
Can you please elaborate your topic using some screenshots and important documents to make it more understandable?
Thanks & Regards,
Apurba