Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drools to rule excel sheet

Just thinking is there a way to convert drl file to excel sheet using Drools APIs?

We are currently on Drools 5.3 But can use any version really.

Thanks in advance

like image 586
user1224036 Avatar asked Mar 20 '13 17:03

user1224036


2 Answers

No, there is not API (at least supported by JBoss) to do what you are looking for. You can try to parse the rules yourself and create a CSV or XLS file, but there is no out-of-the-box support for this.

Hope it helps,

like image 109
Esteban Aliverti Avatar answered Sep 28 '22 23:09

Esteban Aliverti


http://docs.jboss.org/drools/release/5.2.0.CR1/drools-expert-docs/html/ch05.html#d0e6019 - see 5.11.4 - Excel can read xml files...

like image 34
bf2020 Avatar answered Sep 28 '22 22:09

bf2020