08-27-2021 08:25 AM
Hi All,
Please help. my input is below.
{
“ABC”: “Management,Improved” ,
“DEF”: “Management Effectiveness”
}
and i want to sort the list of strings that is present in ABC.
Expected Output -
{
“ABC”: “Improved,Management”,
“DEF”: “Management Effectiveness”
}
09-02-2021 10:38 AM
Thanks a lot !