Add nested records of JSON body into one column while exporting to CSV in powershell
I have JSON including multiple nested records. I want to add records with comma separated and store it in a CSV file. JSON Body { "projectVitals": { "productName": "Enterprise", "name": "WhiteSource Bolt", "token": "61a48eab05356f149828c0e", "creationDate": "2022-10-17 09:08:46", "lastUpdatedDate": "2023-01-25 06:37:32" }, "libraries": [ { "keyUuid": "a89b-40759d783dc3", "keyId": 145110423, "type": "NUGET_PACKAGE_MODULE", "languages": "Nuget", "references": { "url":… Read More Add nested records of JSON body into one column while exporting to CSV in powershell