skip to Main Content

How to extract json from json array [] of nifi objects?

I have next array: [ { "id" : 1, "key_word" : "бережливое производствоnканбанnсокращение потерь" }, { "id" : 2, "key_word" : "" }, { "id" : 3, "key_word" : "healthynlearnersnlecturesnphysical educationnphysical fitnessnздоровьеnлекцииnобучающиесяnфизическая культураnфизическая подготовленность" }, { "id" : 4, "key_word"…

VIEW QUESTION

JOLT transform to filter JSON array based on object property

In my Nifi dataflow, I'm attempting to filter and transform JSON using the JOLT processor, so I'm very new to this. My input JSON is [ { "id": "1cca9371-b0f2-4c4d-9028-cd534edfecc9", "code": "X00615", "url": "https://acme.com.az/043f00e8-7db8-4cab-bc1d-5a39b0a89882" }, { "id": "4dcacd3d-dbc8-424d-8f13-46706322a4d3", "code": "X01337" },…

VIEW QUESTION
Back To Top
Search