How can I extract specific data from a Notepad? It’s a “.cs” file opened using notepad.
For eg:
I want to get the text “PRODUCT_29” from below line.
div class=“PRODOUCT_MATERIAL” style="visibility: hidden;"PRODUCT_29"div
It’s a long notepad file.
PRODOUCT_MATERIAL is always static but “PRODUCT_29” will be different.
I have tried to use the Get text activity. But I am unable to select the specific text.
Thanks.
Hi @NIVED_NAMBIAR ,
Thanks for the reply. Can you please explain on reg ex part, how to do it. I have used read text activity and successfully store the data to a string.