Hi @bojanvelevski , your solution works like charm…
there’s one issue though. After the Structure Snap, I get Order lines in its original format, as in the right box in below screenshot. but I need the output shown in the left box.
![]()
Example -
In
“id”: {
“@type”: “integer”,
“$”: “40114”
},
needs to be transformed to as
“id”: “40114”,
Alos, don’t need some of the nodes like “accounting-total”, “created-at”.
Then there are some like which needs to be mapped as it is
“line-num”: “00010”, to “line-num”: “00010”,
I have tried using another structure, and mapper snaps and they come out as below
![]()
Any direction in this case?
Thanks
Manohar