Reputation: 11
Below is my decision table(see Decision table screenshot). I have conditions in each rule. And I am having a double quotation for string datatype value. I am getting back slash before double quotation in the drl view after importing the decision table in the decision table asset in the drools workbench. How to resolve this issue. I appreciate any help you can provide.
Below is the screenshot of the drl file image after importing the decision table.
I am expecting this result without backslash.
when
sanctionData: Sanction(dateOfBirth=="23-02-1999")
Upvotes: 1
Views: 78
Reputation: 21
Try changing the double quotes (") into single quotes (') in the desicion
Upvotes: -1