Json – Jolt Transformation to Filter and Flatten Array Data
I am trying to write a jolt specification to transform an input JSON. I have the following input: [{ "id": "11500887", "created": "2023-03-16T18:34:24.485+0200", "items": [{ "field": "status", "fieldtype": "jira", "fieldId": "status", "from": "10000", "fromString": "In Definition", "to": "1", "toString": "Open"…