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 78C0218693 for ; Tue, 2 Feb 2016 16:14:32 +0000 (UTC) Received: (qmail 58479 invoked by uid 500); 2 Feb 2016 16:14:27 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 58432 invoked by uid 500); 2 Feb 2016 16:14:27 -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 58421 invoked by uid 99); 2 Feb 2016 16:14:26 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2016 16:14:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 62E9EC0179 for ; Tue, 2 Feb 2016 16:14:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.553 X-Spam-Level: X-Spam-Status: No, score=-0.553 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.553] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id FDnLKGKYxGu4 for ; Tue, 2 Feb 2016 16:14:22 +0000 (UTC) Received: from inogssmtp.ogs.trieste.it (inogssmtp.ogs.trieste.it [140.105.64.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id ED08220271 for ; Tue, 2 Feb 2016 16:14:21 +0000 (UTC) Received: from antivirus_check (localhost [127.0.0.1]) by inogssmtp.ogs.trieste.it (Postfix) with ESMTP id CC7AD81500 for ; Tue, 2 Feb 2016 17:14:13 +0100 (CET) Received: from deimos (deimos.ogs.trieste.it [140.105.70.97]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: abrosich) by inogssmtp.ogs.trieste.it (Postfix) with ESMTPSA id BCF06814E1 for ; Tue, 2 Feb 2016 17:14:13 +0100 (CET) Message-ID: <1454429653.2778.12.camel@ogs.trieste.it> Subject: Handling of parsing errors in camel bindy From: Alberto Brosich To: users@camel.apache.org Date: Tue, 02 Feb 2016 17:14:13 +0100 Organization: NODC - OGS Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.3-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP - INOGS [Tue Feb 2 17:14:13 2016 +0100 (CET)] Hi, is there a way to intercept parsing exception in camel bindy? I have to continue the processing of the remaining fields/records and, for example, put an empty value in the field where the value is not correctly parsed. Regards Alberto