Hello Guys
we need to filter thousand of address into Odd and even number,
we are using the test filter, I think we should use the reg expression for the condition,
any idea how to write the expression
Thanks
Hello Guys
we need to filter thousand of address into Odd and even number,
we are using the test filter, I think we should use the reg expression for the condition,
any idea how to write the expression
Thanks
This will match any odd number
^\d*>13579]$
But I'd probably just use a tester/testfilter
Actually it uses the same fmod function as ebygomm and someone kindly updated the transformers for 2019, so it should be good to use.
@boubcher FME functions will usually be faster than regex
This will match any odd number
^\d*>13579]$
But I'd probably just use a tester/testfilter
@ebygomm
could please tell in test condition
the left value is the att to test
what is the condition?
and the right value ?
I know its basic thing but I am confused
Thanks