Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSON pass null value in XSLT

HaniYSAug 13 2020 — edited Aug 17 2020

Hi

I use JDeveloper 12.2.1.0, i have rest web service JSON POST and XSLT, and i have VARCHAR2 in datebase, i need to pass null value to that field in database but no luck, i try below:

"note" : null

"note" : ""

Any suggestion?

Comments

Post Details

Added on Aug 13 2020
5 comments
1,132 views