Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.13.1
-
None
Description
Will attach a flow that replicates this issue.
With the given flow, the data that is routed from ConvertRecord should contain two FlowFile whose contents are:
{ "a" : "a" }
and
{ "a" : "b" }
However, the result is that both FlowFiles have content:
{ "a" : "a" }