// // This file is a placeholder for an actual OCA rule file. // // ** VERY IMPORTANT ** // // Classification results can be placed only in two keywords: DO.CATG and PRO.CATG // // Gasgano normally expects to find the result of the classification in DO.CATG. // Should DO.CATG be empty or not defined, Gasgano will take the value stored in PRO.CATG. // Should PRO.CATG also be empty or not defined, the file will be left "UNCLASSIFIED". // // Example of rule: // // if DPR.CATG like "%TECHNICAL%" and DPR.TECH like "%IMAGE%" and DPR.TYPE like "%SLIT%" then // { // DO.CATG = "SLIT_IMG"; // } // // ** ATTENTION ** // // Rules are parsed sequentially, from the first to the last one, therefore whenever a rule // is true, it will overwrite any previous value written in DO.CATG/PRO.CATG. //