Jolt Transformation: Make the nested object field to be part of main Json Object and also convert the nested object to String
I am new to JOLT transformation, can someone help me in transforming the Input JSON to the desired output? Input JSON: [ { "product_id": 1, "product_description": "Product 1 details", "billing_details": { "product_id": 1, "billing_description": "Product 1 billing Details" }, "product_part_desc":…