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?
Hi,
You can use the "extract with regular expression" processor with this pattern ^\d{7}$
And check the box "Create a special column found".