My specific use-case calls for ingesting a CSV table with many rows and then storing individual rows into HBase and Solar. Additionally, I would like to avoid developing custom processors, but it seems like the SplitText and SplitContent Processors do not return individual flowfiles, each with their own attributes.
However, I was wondering what the best plan of attack would be when taking an incoming FlowFile and sending FlowFiles through Process Session? Creating multiple instances of Process Session? session.transfer within a loop? -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Splitting-Incoming-FlowFile-Output-Multiple-FlowFiles-tp8653.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
