Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
(ParsedData.DIRECTORID == null || ParsedData.DIRECTORID.equals("")) ? "0" : ParsedData.DIRECTORID
How can i populate Null i database for Boolean value if it is null from tmap. I am able to separate the boolean null value using the condition row1.flag ==null but when i am trying to put null or zero value its saying type mismatch.I am using row1.flag==null ?0 : row1.flag.
Can anyone please help me that what i am doing wrong.