Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CB4A96FB for ; Thu, 24 May 2012 12:53:48 +0000 (UTC) Received: (qmail 66075 invoked by uid 500); 24 May 2012 12:53:47 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 66042 invoked by uid 500); 24 May 2012 12:53:47 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 66028 invoked by uid 99); 24 May 2012 12:53:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 12:53:47 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of gregory.lebonniec@zenika.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 12:53:41 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SXXXc-0006zS-Fv for users@camel.apache.org; Thu, 24 May 2012 05:53:20 -0700 Date: Thu, 24 May 2012 05:53:20 -0700 (PDT) From: greg_le_bonniec To: users@camel.apache.org Message-ID: <1337864000487-5713490.post@n5.nabble.com> Subject: Splitter - share properties between exchanges MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am using a splitter to handle a big CSV file (streaming mode). First, I need to analyse the first line (header) to know the structure of the file. I need to share the header structure to each line but the problem is that the splitter is using one new exchange for each, so I can't use properties to do that. Do you have a solution ? Tks Greg -- View this message in context: http://camel.465427.n5.nabble.com/Splitter-share-properties-between-exchanges-tp5713490.html Sent from the Camel - Users mailing list archive at Nabble.com.