5
votes

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

2
Hello any takers please? - user1224036
I dont think there is a way to do that. Maybe you can write up an api for it. You can however convert an Excel sheet containing rules to a DRL file. - Umang Desai
i have same requirement .will you please paste answer if you know - faisal shaik

2 Answers

4
votes

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,