With the Split rules to condition and outcome option, you can have the outcomes in a separate column. With a String Replace (Dictionary) or a Rule Engine node you can add a new outcome column (or replace the old). After that, you can use these columns with the new Rule Engine (Dictionary) node to apply the rules (or create a PMML RuleSet).
Thank you aborg I followed your advice and worked, but I beg you if you check the attached workflow just to know if there is a more efficient way to do it.
That looks good, althought the column rename and the string manipulation are not required before Rule Engine (Dictionary). You can check the attached workflow.