Thks Claus for the answer, but I have not found the simplest way to do a
simple:  

                from("file://input")
                                .split()
                                .tokenize("\n")
                                .unmarshal
                                .bindy(BindyType.Csv, AED.class)
                                .bean(AEDProcessor.class, "processTicket")
                                .marshal()
                                .bindy(BindyType.Csv, AEDResult.class)
                                [?????]
                                .to("file://output?fileName=${file:name}")

The only way I found is to do a :
                               
.to("file://output?fileName=${file:name}&fileExist=Append")

But it is too slow ! 





--
View this message in context: 
http://camel.465427.n5.nabble.com/Opposite-of-split-tp5728255p5728481.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to