Hello,<br><br>This is by design, see <a href="https://github.com/droolsjbpm/drools/blob/master/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/ActionType.java#L179">https://github.com/droolsjbpm/drools/blob/master/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/ActionType.java#L179</a><br>
<br>If a cell value contains &quot;some text&lt;quotation mark&gt;some text&lt;quotation mark&gt;more text&quot; the quotation marks are assume to be part of the value and escaped.<br><br>This can be overridden using &quot;EscapeQuotes false&quot; flag in the RuleSet properties section.<br>
<div class="gmail_quote">On 5 March 2013 13:58, kareemsk7 <span dir="ltr">&lt;<a href="mailto:shaikabdul.kareem@igate.com" target="_blank">shaikabdul.kareem@igate.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi..<br>
<br>
i have a code which should compare the two column values through hashmap in<br>
drools spreadsheet.<br>
when i parsed the code from spreadsheet to .drl file, there is &#39;/&#39; is<br>
appending to code.<br>
Please have a look on the attached document and help me in solving the<br>
issue. Drools_SpreadsheetIssue.docx<br>
&lt;<a href="http://drools.46999.n3.nabble.com/file/n4022692/Drools_SpreadsheetIssue.docx" target="_blank">http://drools.46999.n3.nabble.com/file/n4022692/Drools_SpreadsheetIssue.docx</a>&gt;<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Is-it-possible-to-compare-the-hashmap-values-in-Drools-Spreadsheet-tp4022692.html" target="_blank">http://drools.46999.n3.nabble.com/Is-it-possible-to-compare-the-hashmap-values-in-Drools-Spreadsheet-tp4022692.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br>