Hello,
I have one column that is supposed to contain only numbers.
But some values contain letters ou special caracters.
With a Tester Transformer, how can I separate features wich the value contain letters or special caracters ?
Thank you
Hello,
I have one column that is supposed to contain only numbers.
But some values contain letters ou special caracters.
With a Tester Transformer, how can I separate features wich the value contain letters or special caracters ?
Thank you
Multiple ways to do this. One way is to use a Tester transformer. Test if Type Is Numeric.
Alternatives are AttributeValidator, TestFilter, StringSearcher.