Skip to main content

Is here a transformer or setup a Tester to test an attribute to be a number?

i.e. ISNUMBER() like in SQL

Thx Brian

I would use Regex in a Tester, with this expression:

^\d*$

The AttributeValidator transformer can test for numeric values.


Hey, Head slap Validator!! When I saw ^\\d*$ it reminded me of an Oracle operate I've use in the past which works as well ^-?[[:digit:],.]*$

Many Thanks All


Reply