how can we count digit

dave
Level 2
how can we count digit

Hello,

How can we have the formula if we would like to confirm for any particular field name must have only 7 digit then 1 else 0 in dataiku dss?

 

 

0 Kudos
1 Reply
Mattsco
Dataiker
 

Hi, 

You can use the "extract with regular expression" processor with this pattern ^\d{7}$

And check the box "Create a special column found". 

 

 

 

Mattsco
0 Kudos