reorganize some keys element in json subarray with JOLT
I have simple JSON and I want to reorganize the keys with JOLT transformation: Input JSON looks like this: [ { "Firstname": "John", "LastName": "JohnLastName", "City": "TestCity", "PostCode": "25466", "Street": "85.", "HousNumber": "5", "Phone": "0054565685", "Email": "-" } ] and…