Member since
07-08-2019
1
Post
0
Kudos Received
0
Solutions
07-09-2019
03:35 AM
@Shawn Park You can use AttributesToJson processor. Then pass the flowfile to downstream processor and read the flowfile using ExecuteStreamCommand processor. (or) Use UpdateAttribute processor and use NiFi expression language to add attributes to the flowfile. then pass the flowfile to downstream processor and use attributes of the flowfile.
... View more