How to handle two dimensional arrays

2015-04-01 Thread Divan Mostert
Hi everyone,

We have a Camel Processor which can return an Object[][], but how do one deal 
with the result if each of the Objects is a message you want to further handle 
downstream?

Any help is greatly appreciated.

Regards

Divan Mostert | Head of iO Development

C24.biz

M: +264 81 383 2924
E:  divan.most...@c24.biz<mailto:wayne.mei...@c24.biz>



Re: How to handle two dimensional arrays

2015-04-08 Thread Divan Mostert
Thanks - I’ll try that.

Divan Mostert | Head of iO Development

C24.biz

M: +264 81 383 2924
E:  divan.most...@c24.biz<mailto:wayne.mei...@c24.biz>

On Apr 2, 2015, at 8:03 AM, Willem Jiang 
mailto:willem.ji...@gmail.com>> wrote:

double split? or you can just turn the Object[][] into a list then use spliter 
to do the job for you.

--
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang
Weibo: 姜宁willem



On April 1, 2015 at 9:56:05 PM, Divan Mostert 
(divan.most...@c24.biz<mailto:divan.most...@c24.biz>) wrote:
Hi everyone,

We have a Camel Processor which can return an Object[][], but how do one deal 
with the result
if each of the Objects is a message you want to further handle downstream?

Any help is greatly appreciated.

Regards

Divan Mostert | Head of iO Development

C24.biz

M: +264 81 383 2924
E: divan.most...@c24.biz<mailto:divan.most...@c24.biz>