how to convert below json array to table { "Group10": { "owner": "Abishek Kasetty", "fail": 2, "total": 12, "agile_team": "Punchout_ReRun", "test": "", "pass": 6, ...
See more...
how to convert below json array to table { "Group10": { "owner": "Abishek Kasetty", "fail": 2, "total": 12, "agile_team": "Punchout_ReRun", "test": "", "pass": 6, "report": "", "executed_on": "Mon Oct 23 03:10:48 EDT 2023", "skip": 0, "si_no": "10" }, "Group09": { "owner": "Lavanya Kavuru", "fail": 45, "total": 190, "agile_team": "Hawks_ReRun", "test": "", "pass": 42, "report": "", "executed_on": "Sun Oct 22 02:57:43 EDT 2023", "skip": 0, "si_no": "09" } } Expected Output ________________________ ________________________ ________________________ agile_team pass fail ________________________ ________________________ ________________________ Hawks_ReRun 42 45