Hello Everyone,
Greetings!
I need help in JoltTransformJson processor.
I have GALLERY_IDS string in flow attribute as mentioned in the below screenshot:
![sahil0915_0-1663565693454.png sahil0915_0-1663565693454.png](https://community.cloudera.com/t5/image/serverpage/image-id/35658iCFAD39F7F3CCD1BB/image-size/medium?v=v2&px=400)
I want to fetch each value from GALLERY_IDS attribute and pass it to JoltTransformJson processor as mentioned in below snapshot
![sahil0915_1-1663565752903.png sahil0915_1-1663565752903.png](https://community.cloudera.com/t5/image/serverpage/image-id/35659iF5A69F75437B1DB7/image-dimensions/629x396?v=v2)
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!