How perform logical conditioning of a data in a text file

I need to perform a work flow based on the value in my text file .
If my text file has data like this

name counts
abcd 11000
bcdef 234
sjkfrkjer 2390

i need to check if the value given under counts have more than 10000.if any count has more than 10000 i need to send the text file to me through mail .
Could you please help how to check this ?

Hi Adityan,

Please check the example below to check the values > 10000:
condition_text.xaml (7.2 KB)