skip to Main Content

Manipulate objects within a json

I have the following JSON including a properties array and I would like to transform it with jolt JSON INPUT { "kind": "product", "product": { "id": "product.P-L-0368", "productNumber": "P-L-0368", "name": "myProduct" }, "properties": [ { "values": [ { "value": "222"…

VIEW QUESTION

Json – Change the date format in JOLT

In the attached JOLT, I want to change the date format, type conversion and string operation as follows. Date needs to change into yyyy-mm-dd hh:mm:ss format (2024-06-16 23:54:14) from UTC (2024-06-16T23:54:14.711456Z) The value of WEIGHT code needs to convert into…

VIEW QUESTION

Json – Need Jolt transform with below

Hi I'am trying a jolt transform of below { "Others": { "eventTime": "2024-09-05T01:50:05.861", "groupArticleNumber": "IW6012", "groupModelNumber": "JSO42", "seasonCode": "20242" }, "x": [ { "materialComposition": "100% PET-REC", "mainMaterialFlag": true } ], "y": [ { "sourcingSizeCode3": "550" }, { "sourcingSizeCode3": "540" }…

VIEW QUESTION
Back To Top
Search