Here is my input text file with three fields. (description, value, polarity)
this is good
01
positive
this is bad
-01
negetive
this is ok
00
neutral
So i need to get all descriptions based on the value field. For Ex: I want to print "This is good"
when i check the if condition for "01"
. Is there any way to do it. Please suggest me.