Hi ,
I would like to extract only a specified text field from the output of a command in Command Prompt .
Eg: In the below image,I would like to extract on the field “Subnet Mask” and its value . How can I only scrape that field and value .
Hi ,
I would like to extract only a specified text field from the output of a command in Command Prompt .
Eg: In the below image,I would like to extract on the field “Subnet Mask” and its value . How can I only scrape that field and value .
Hi @itsahmedfiroz
– We use screen scrapping option uipath design menu in our studio with which we can scrape the text in cmd window
–Then we can use string manipulation to get the value of subnetMask like this
Hope this would help you buddy
Cheers @itsahmedfiroz
HI @itsahmedfiroz - I think you will not be able to scrap that particular value. Rather try using Get Text activity and from that Output perform String Manipulations to get the output.
Thanks,
AK
Hi @itsahmedfiroz
Use send hot key event as Ctrl+A and Ctrl+C and use copy selected text and store it in string variable
Thanks
Ashwin.S
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.