Hello,
I need help with a Rule. What is the best way for me to do the following.
I have the data below. I need a rule that says this is unimportant: ignore as unimportant any row that starts with 37 and has differences in rows 8 to 23. These are time stamps that will change often.
37000002009081220100810HMS1
I have gotten it to work by creating a Grammer item named Comment37b that looks like this.
Comment37b=Text matching ^37.*
Comment37b=Column from 8 to 23.
It looks like I am getting an 'AND' out of this, but have not found any documention to verify it. Is this the correct way to do it? OR is there a better way?
Thanks!
I need help with a Rule. What is the best way for me to do the following.
I have the data below. I need a rule that says this is unimportant: ignore as unimportant any row that starts with 37 and has differences in rows 8 to 23. These are time stamps that will change often.
37000002009081220100810HMS1
I have gotten it to work by creating a Grammer item named Comment37b that looks like this.
Comment37b=Text matching ^37.*
Comment37b=Column from 8 to 23.
It looks like I am getting an 'AND' out of this, but have not found any documention to verify it. Is this the correct way to do it? OR is there a better way?
Thanks!
Comment