Iterate over json document and pivot the output
I have input as below from source and target, where I need to find the difference between same columns from source (SRC) and target (TGT), and pivot the result to get the desired output as shown below --My Input[ { "SRC_DATE": "2023-11-20 09:...