Ashwin.k 10d
Ashwin.k 10d

Reputation: 11

When I am importing the decision table in the decision table asset. I am getting back slash before the double quotation in drl file. How to fix it?

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.

Decision table

Below is the screenshot of the drl file image after importing the decision table.

Screenshot of IDE

I am expecting this result without backslash.

when
   sanctionData: Sanction(dateOfBirth=="23-02-1999")

Upvotes: 1

Views: 78

Answers (1)

Try changing the double quotes (") into single quotes (') in the desicion

Upvotes: -1

Related Questions