Member since
09-17-2020
1
Post
0
Kudos Received
0
Solutions
09-17-2020
11:54 PM
1 Kudo
Hello, one way to do it is to use the ReplaceText processor to add a line break after each object, and so having one line for each object in your FlowFile. To do so just replace "}{" by "} -linebreak- {". Note that you have to escape brackets in your Search Value : \}\{ And that you have to use Shift+Enter in your Replacement Value to add the line break : }
{ Then just use the SplitText processor with Line Count Split to 1 to split your input flow file into one flow file for each line. Hope it helps 🙂
... View more