Project

General

Profile

Task #1373

Updated by Vít Švanda over 4 years ago

I want create automatic rule on String attribute in case if this attribut contains substring 

 e.g. attribute titleBefore contains MuDr. 
 maybe add ignore case option 

 I would like to extned the feature request with comparison rules (order is priority): rules: 
 * (not) starts with 
 * (not) is empty (null or empty string/list) ends with 
 * (not) ends with contains 
 * not equals 
 * lesser then (in case of numeric data types) 
 * greather then (in case of numeric data types) 
 * (not) contains 
 is empty (null or empty string/list)

Back