hello, thanks in advance, just looking for advice with camel, pondering ideal
approach. 

I have big data files, that need to be split in to their own iostreams or
files based on a field in the inbound message. 

example: message: 
9VXI1148,2/15/2016 9:55,Hydraulic Brake Temperature,0
9VXI1148,2/15/2016 9:55,HP Feedback,262.7061768
8TI999,2/15/2016 12:36,Hydraulic Brake Temperature,0
8TI999,2/15/2016 12:36,HP Feedback,762.9597778
TE1430B,2/15/2016 12:36,Hydraulic Brake Temperature,0
TE1430B,2/15/2016 12:36,HP Feedback,5.79165554
9TI1151,2/15/2016 12:25,Hydraulic Brake Temperature,0
9TI1151,2/15/2016 12:25,HP Feedback,1952.955078
...

I need to split the message based on the first field/column in the csv. so
the output would be separate collections lists on the exchange such as

split 1 ( all records holding 9VXI1148 ) 
split 2 ( all records holding 8TI999 ) 
split 3 ( all records holding TE1430B ) 
etc... 

is there an easy approach for camel to do this? I somehow, need to get ahold
of field 1 of each record and build a collection and send it out when done.
what is an approach to get the pivot field from the message and then form
out bound collections? 

thank you



-----
Gary Lee Mills
--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-splitter-tp5798339.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to