Facing Problem while importing XSLT in ICS
Content
Hi Team ,
Please follow below input and expected output .In that i am trying to repeat shipunit tag based on quantity field in json,
Input (JSON):
{
"shipmentBookingContainer" :[{
"shipmentBookingContainerId": "20605",
"shipmentBookingId": "3656",
"containerTypeId": "20GP",
"commodityCode": "BR-223-90",
"commodityName": "BR-223-90",
"quantity":2,
"containerType": "20GP",
"weight": "31000",
"containerSubType": "HAZ",
"imcoClass": "CLASS1",
"unCode": "UNCODE1",
"refferTemperature": "0",
"length": null,
"breadth": null,
"height":null,
"ventilation": "0",
"humidity": "65",
"documents": "doc",
"hazardous": true,
"lengthUOM":"FT",
"breadthUOM":"FT",
"heightUOM":"FT",
"weightUOM":"KG",
"temperatureUOM": "Celcius"
}]
}
Output(XML):-