This is the question about MergeContent Processor in Nifi. I would like to add newline when combining each csv flowfile, using MergeContent processor.
Similar to my problem, there was an answer to the question here.
It says I only have to set "Text" for Delimiter Strategy and type "shift+enter" for Dmarcator in property setting.
But it didn't work at all, printing "shift+enter" at the end of each flow file. I also tried "\n","\n" [shift+enter] and other ways and none of them works.
Expected output:
column1, column2, column3
value1, value2, value3,
value4, value5, value6,
Actual output:
column1, column2, column3
value1, value2, value3 shift+enter value4, value5, value6 shift+enter,,,