skip to Main Content

Json – JOLT concatenate two strings

I have this collection of driver details and I want to use jolt to copy the properties to concatenate first name and last name within a single property called name { "drivers_details": [ { "first_name": "Doru", "last_name": "Petre", "cnp": "1641201390687",…

VIEW QUESTION

Json – Jolt Transformation – pull up and rename field

I am trying to write a jolt transformation with the below input: { "data": { "positions": { "positionEdge": [ { "position": { "ref": "B125AE024:1:BASE", "catalogue": { "ref": "BASE:1" } }, "cursor": "Y3Vyc29yOi0tLWMxMWYxYWQwLTE2MWEtNDNmNS05ZDM5LWMwODRiZTdiN2Q3OV9fMTY1NzQ5NTU5MTQ4Ng==" }, { "position": { "ref": "B125AE024:2:AGGREGATE", "catalogue": {…

VIEW QUESTION
Back To Top
Search