How to convert json into csv file using jq?
问题 This is my json file: { "ClientCountry": "ca", "ClientASN": 812, "CacheResponseStatus": 404, "CacheResponseBytes": 130756, "CacheCacheStatus": "hit" } { "ClientCountry": "ua", "ClientASN": 206996, "CacheResponseStatus": 301, "CacheResponseBytes": 142, "CacheCacheStatus": "unknown" } { "ClientCountry": "ua", "ClientASN": 206996, "CacheResponseStatus": 0, "CacheResponseBytes": 0, "CacheCacheStatus": "unknown" } I want to convert these json into csv like below. "ClientCountry", "ClientASN",