Re: Streaming splitter with custom split method

2010-09-30 Thread Claus Ibsen
Yeah put the expression as a parameter to split, eg put it inside split( HERE ).streaming() On Thu, Sep 30, 2010 at 2:34 PM, Tarjei Huse wrote: > > Den 30. sep. 2010 kl. 14:05 skrev Claus Ibsen : > >> On Thu, Sep 30, 2010 at 12:22 PM, Tarjei Huse wrote: >>>  On 09/29/2010 01:31 PM, Claus Ibsen

Re: Streaming splitter with custom split method

2010-09-30 Thread Tarjei Huse
Den 30. sep. 2010 kl. 14:05 skrev Claus Ibsen : > On Thu, Sep 30, 2010 at 12:22 PM, Tarjei Huse wrote: >> On 09/29/2010 01:31 PM, Claus Ibsen wrote: >>> On Wed, Sep 29, 2010 at 12:44 PM, Tarjei Huse wrote: Hi, I got a huge file I want to split into smaller chunks and send each chunk

Re: Streaming splitter with custom split method

2010-09-30 Thread Claus Ibsen
On Thu, Sep 30, 2010 at 12:22 PM, Tarjei Huse wrote: >  On 09/29/2010 01:31 PM, Claus Ibsen wrote: >> On Wed, Sep 29, 2010 at 12:44 PM, Tarjei Huse wrote: >>>  Hi, I got a huge file I want to split into smaller chunks and send each >>> chunk as a new message using the splitter. The file contains

Re: Streaming splitter with custom split method

2010-09-30 Thread Tarjei Huse
On 09/29/2010 01:31 PM, Claus Ibsen wrote: > On Wed, Sep 29, 2010 at 12:44 PM, Tarjei Huse wrote: >> Hi, I got a huge file I want to split into smaller chunks and send each >> chunk as a new message using the splitter. The file contains Protobuf >> objects so I cannot use any of the normal split

Re: Streaming splitter with custom split method

2010-09-29 Thread Claus Ibsen
On Wed, Sep 29, 2010 at 12:44 PM, Tarjei Huse wrote: >  Hi, I got a huge file I want to split into smaller chunks and send each > chunk as a new message using the splitter. The file contains Protobuf > objects so I cannot use any of the normal splitting methods, but I want > to use the streaming()