Select specific data from Putty Terminal

Good day,

I need help with selecting specific data from Putty Terminal

I need to select Item that starts with “0”. I used screen scraping to get the data out, for each row, but still no result, it just keeps looping

Hello @Ziyaad_Conrad1 ,

Can you use screen scrapping to get the entire data and then use regex to fetch the values starting with zero?

Try and update here … Then we can suggest the Regex. Also is this Item only contains numbers or alphabets also?

Hi Rahul, I use screen scrape to get a datatable, i need to find the “0” items and tick it off in the green box in the screenshot. The item i need to select is only numbers. We can try regex if thats what you suggest?