Hi folks. I have data something like this:
25,AGH,0.2
25,GHT,0.5
25,jsw,1.7
34,TUY,3.0
37,KJU,1.2
37,KJT,1.2
The logic I want to input here is that IF field 1 of lines are same, then isolate the line with the least field 3 value in to a new file.
For example - lines 1,2,3 have same field 1...