DMN ignore case

Hello Guys,
I am trying to execute a DMN which should ignore case from a json which is provided as input. and only some fields are checked from json.
eg
{
“variables”: {
“transaction”: {
“value”: “{"transaction_category":"PREMIUM","transaction_type":"CLAIM PREMIUM","account_type":"client"}”,
“type”: “json”
}
}
}
Only account_type is check
transaction.account_type.toUpperCase() = “CLIENT” return true

Thanks

Hi @shoebsayyed118
Kindly find attached a simple working example
test_dmn.dmn (1.8 KB)



1 Like

thanks @hassang this is working

Regards,
Shoeb

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.