Is there a way to output every true line? I have tried the below without success. It will evaluate each line but only output the last true line to the hash.
through in:f1,in:f1,in:f2,in:f3,out:o1,out:e1,out:e2 <100,>=95,<=2.0,<=5,"Output1",, <100,>=95,,,"Output2,, <100,>=95,>2.0,,"Expection1",, <100,>=95,,>2.0,,,"Expection2" <100,>=95,,>2.0,"Invalid",, So using f1=97 and f2=5 the output hash should have: Output2 Expection1 Right now it would just output "Invalid". --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
