cancel
Showing results for 
Search instead for 
Did you mean: 

Modify data structure

swatifunde
Contributor

Hello Community,

Currently we have data like this :
{
“ID”:
“ProjectNumber”:
“ProjectAllocation”:
“Class”:
“ClassPlace”:
}

The desired output is like this:
{
“ID”:0,
“ProjectNumber”:{
“ProjectNumberID”:“string”,
“ProjectAllocation”:{
“ProjectAllocationID”:“string”
}
},
“Class”:{
“ClassID”:“string”,
“ClassPlace”:{
“ClassPlaceID”:“string”
}
“Place”:{
“PlaceID”:0,
“PlaceName”:“string”
}
}
}

Is there any way we could use to achieve this in SnapLogic ?

1 REPLY 1

viktor_n
Contributor II

Hi @swatifunde,

Do you look for something like this?

From this:
image

To this:
image

Community_2022_12_30.slp (4.0 KB)

Regards,
Viktor