Skip to main content

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.

2022-06-24_16h19_42Alternatives are AttributeValidator, TestFilter, StringSearcher.


Reply