Question
British Telecom
IN
Last activity: 28 Oct 2022 2:57 EDT
Function alias based on key value repair
Hi,
I am trying to write a function alias wherein based on which if key matches the text say "ABC" then the corresponding value of the key value pair has to be replaced with null no matter what value it holds.
Column is currently returned like this in report:
{"Key":"ABC","Value":"true"},{"Key":"DEF","Value":"false"}