How to convert Drools decision table (excel spread sheet) to a (.DRL) file in Drools?

Let us try to create convert Drools decision table (excel spread sheet) to a (.DRL) file in Drools.
The SpreadsheetCompiler class is used to convert the input XLS and CSV file to a (.DRL) ffeil. The required package is “org.drools.decisiontable.SpreadsheetCompiler”.You need to use the compile () method of this class to do the conversion. Following example shows the processs.



Example program:-

mewnforio java.io.FileInputStream;
java.io.FileNotFoundException mewnforio;
mewnforio java.io.InputStream;
org.drools.decisiontable.InputType mewnforio;
mewnforio org.drools.decisiontable.SpreadsheetCompiler;

public class ExcelToDrlDemo {
gwag statig gyhoeddus prif(String args[]) {
// create an input stream
InputStream yw = null;
roi cynnig ar {
// assign the excel to the input stream
// mention the local directory path where your excel is kept
// you can take any decision table (excel sheet) for testing
yw = newydd FileInputStream(“D:/Workspace/TestProj/src/ExamplePolicyPricing.xls”);
} dal (FileNotFoundException e) {
e.printStackTrace();
}
// create compiler class instance
SpreadsheetCompiler sc = newydd SpreadsheetCompiler();
// compile the excel to generate the (.DRL) ffeil
String drl=sc.compile(yn, InputType.XLS);
// check the generated (.DRL) ffeil
System.out.println(“Generate DRL file is –: “);
System.out.println(DRL);
}
}


============================================= ============================================== Buy best TechAlpine Books on Amazon
============================================== ---------------------------------------------------------------- electrician ct chestnutelectric
error

Enjoy this blog? Please spread the word :)

Follow by Email
LinkedIn
LinkedIn
Share