I have prepared a short script to curl a rest url that provided various data from which I only print few Json key pairs as output.
1) Now I want to write these output to an excel file
2) Also secondly, there is a Json key pair with TRUE or FALSE I need to write the data for only FALSE entities.
Can someone help me