Hi There,
Please help me with the below : Array
[{ "Business Service Name": "dropship-3", "ServerName": "ABCD001", "SendEmail" : "john.graph@vodafone.com", "SendEmail SO": "john.smith@gmail.com", "SendEmail AO": "peter.parker@zylker.com", "SendEmail SC": "bckira@gmail.com" }, { "Business Service Name": "dropship-3", "ServerName": "DERF326", "SendEmail" : "rohit@vodafone.com", "SendEmail SO": "smith.johan@gmail.com", "SendEmail AO": "bruce.lee@zylker.com", "SendEmail SC": "rocky@gmail.com" }]
Desired Output
{ "dropship-3" : "DERF326 - john.smith@gmail.com;peter.parker@zylker.com;bckira@gmail.com" "ABCD001 - smith.johan@gmail.com;bruce.lee@zylker.com;rocky@gmail.com" }
Thank you , RK
That desired output is not valid JSON. Please reconsider.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1