swatifunde
3 years agoContributor
Modify data structure
Hello Community,
Currently we have data like this :
{
“ID”:
“ProjectNumber”:
“ProjectAllocation”:
“Class”:
“ClassPlace”:
}
The desired output is like this:
{
“ID”:0,
“ProjectN...