Re: Opposite of split

2013-03-05 Thread Jean Francois LE BESCONT
t; > > >> >>> > Sent from a mobile device > >> >>> > Am 04.03.2013 11:36 schrieb "jeff" : > >> >>> > > >> >>> >> Thks Claus for the answer, but I have not found the simplest way > to > &

Re: Opposite of split

2013-03-05 Thread Claus Ibsen
gt;> a >> >>> >> simple: >> >>> >> >> >>> >> from("file://input") >> >>> >> .split() >> >>> >> .tokenize("\n&qu

Re: Opposite of split

2013-03-05 Thread Jean Francois LE BESCONT
.split() > >>> >> .tokenize("\n") > >>> >> .unmarshal > >>> >> .bindy(BindyType.Csv, AED.class) > >>> >>

Re: Opposite of split

2013-03-05 Thread Claus Ibsen
gt;> .unmarshal >>> >> .bindy(BindyType.Csv, AED.class) >>> >> .bean(AEDProcessor.class, >>> "processTicket") >>> >>

Re: Opposite of split

2013-03-04 Thread Christian Müller
y 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. >> >

Re: Opposite of split

2013-03-04 Thread Christian Müller
") > > 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. >

Re: Opposite of split

2013-03-04 Thread Ryan Moquin
uot;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. > > >

Re: Opposite of split

2013-03-04 Thread Hadrian Zbarcea
tput?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.

Re: Opposite of split

2013-03-04 Thread jeff
.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.

Re: Opposite of split

2013-02-27 Thread Claus Ibsen
On Wed, Feb 27, 2013 at 11:38 PM, Jean Francois LE BESCONT wrote: > Hey all ! > > I have read the document by I have not really understand which component > should I use if I want to "unsplit" all message. I think that aggregate ( > and aggregate2 ) are their for that but I don't understand how to