I have some csv files with first few lines like this:

topic: abc ,,
some comments: xxx,,
col1,col2,col3,flag
,,,,,
,,,col4,col5
data1,data2,data3,data4,data5
......

I want to parse the first 4 lines and have a flowfile like: 
col1,col2,col3,col4,col5
data1,data2,data3,data4,data5

try to use RouteText processor to achieve it and if possible try to avoid
scan all the lines within the file.





--
Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/

Reply via email to