Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
heshkaru
Creator
Creator

Json key value set to null

I have json file which doesnt have a proper json schema format(Can have multiple json formats). I want to check whether there is json key "expected" and it is not null.

If it is not null I want to make it null. Thats only. After making that value null the same json format should be there(same json file with expected set to null)

Is it possible to do such scenario.

Thank you

Labels (4)
1 Solution

Accepted Solutions
heshkaru
Creator
Creator
Author

Hi @Richard Hall​ 

0695b00000PMiY1AAL.pngFound the answer. Was able to do it using this process.

Thank you

 

View solution in original post

2 Replies
Anonymous
Not applicable

This is certainly possible, but you may need to write a routine to do this in Java.

heshkaru
Creator
Creator
Author

Hi @Richard Hall​ 

0695b00000PMiY1AAL.pngFound the answer. Was able to do it using this process.

Thank you