Data Prep Sheet

Action Principale : compileCategory

Preparation Code

Script awaiting validation
Copied!
1DATA mycas.category_rules_table; LENGTH rule_id $ 20 config $ 32767; INFILE DATALINES delimiter='|'; INPUT rule_id $ config $; DATALINES;
2CAT_A|CLASSIFIER:cat_a_term1
3CAT_A|CLASSIFIER:cat_a_term2
4CAT_B|CONCEPT_RULE:(OR, (AND, "cat_b_term1", "cat_b_term2"), (AND, "cat_b_term3", (NOT, "excluded_term")))
5;
6RUN;
Actions using this script
  • textRuleDevelop compileCategory En cours
  • No other action uses this exact script.