1

I have a text file and i need to merge text files into one single file using NIFI when I am using merge content processor data is appending unable to merge

example :- if my text file has data like this

in file1:- 2201 and in file2:- 2202 after using merge content in nifi I am getting output as 22012202

merge content processor :-enter image description here

but I need out put as below 2201 2202 2203 can any one help me with this i need to do this in nifi only

Rahul Varma
  • 550
  • 5
  • 23

1 Answers1

4

Put Delimiter Strategy as Text and set the Demarcator a new-line by entering shift+enter in the demarcator value.

Bryan Bende
  • 18,320
  • 1
  • 28
  • 39