How to create a switch to check for null
Summary:
I need help figuring out how Oracle is built to handle nulls in switch and xslt logic.
Content (please ensure you mask any confidential information):
I have an app-based orchestration that receives a payload when triggered. This payload includes literal nulls as part of its structure, see below screenshot comparing "projectStatus" sending a string and "costShareCategories" sending a literal null value:
I need to do two bits of logic within OIC with these nulls; in a switch shape, I need to route data down one route when costShareCategories is NOT null. The below does not work:
In fact, everything in the below list does not work:
Tagged:
0