Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2217F18BF7 for ; Mon, 16 Nov 2015 23:53:20 +0000 (UTC) Received: (qmail 80973 invoked by uid 500); 16 Nov 2015 23:53:20 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 80917 invoked by uid 500); 16 Nov 2015 23:53:19 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 80902 invoked by uid 99); 16 Nov 2015 23:53:19 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2015 23:53:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 191CAC652F for ; Mon, 16 Nov 2015 23:53:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id gONMbEuTLgWX for ; Mon, 16 Nov 2015 23:53:10 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 631A042AEE for ; Mon, 16 Nov 2015 23:53:10 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 5F9501A322BD for ; Mon, 16 Nov 2015 15:40:59 -0800 (PST) Date: Mon, 16 Nov 2015 16:53:09 -0700 (MST) From: dwarakart To: dev@camel.apache.org Message-ID: <1447717989204-5773964.post@n5.nabble.com> Subject: Case insensitive file pattern matcher. Not Ant Pattern Matcher MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi All, After going through the documentation of FileEndpoint and FileConsumer, I realized there is no direct way of using the fileName include/exclude with an input pattern with case sensitivity. Ex: if the include format is [0-9]{8}_[0-9]{6}_abc.txt and I need to match bot the below 20151116_103000_abc.txt 20151116_123030_Abc.txt but the below files should not be matched 20151116_123_abc.txt This couldnt be achieved using the AntPathMatcherGenericFileFilter. Please suggest if there is a way I can implement the same. Thanks Dwarakart -- View this message in context: http://camel.465427.n5.nabble.com/Case-insensitive-file-pattern-matcher-Not-Ant-Pattern-Matcher-tp5773964.html Sent from the Camel Development mailing list archive at Nabble.com.