Hello Everyone,
Greetings!
I need help in JoltTransformJson processor.
I have GALLERY_IDS string in flow attribute as mentioned in the below screenshot:
I want to fetch each value from GALLERY_IDS attribute and pass it to JoltTransformJson processor as mentioned in below snapshot
In the output queue, I should get flow file for each gallery with personid.
{"GALLERY_ID:"1","PERSON_ID":"test1"}
{"GALLERY_ID:"2","PERSON_ID":"test2"}
{"GALLERY_ID:"3","PERSON_ID":"test3"}
{"GALLERY_ID:"4","PERSON_ID":"test4"}
{"GALLERY_ID:"5","PERSON_ID":"test5"}
{"GALLERY_ID:"6","PERSON_ID":"test6"}
{"GALLERY_ID:"7","PERSON_ID":"test7"}
Kindly help.
Thanks in advance!