Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 275EFC0F2 for ; Fri, 27 Apr 2012 12:30:14 +0000 (UTC) Received: (qmail 5093 invoked by uid 500); 27 Apr 2012 12:30:13 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 5058 invoked by uid 500); 27 Apr 2012 12:30:13 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 4982 invoked by uid 99); 27 Apr 2012 12:30:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 12:30:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 12:30:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5E5424234F7 for ; Fri, 27 Apr 2012 12:29:49 +0000 (UTC) Date: Fri, 27 Apr 2012 12:29:49 +0000 (UTC) From: "Babak Vahdat (JIRA)" To: issues@camel.apache.org Message-ID: <435878190.2584.1335529789394.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <299602282.16376.1334215462388.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (CAMEL-5166) camel-csv - Add option to skip first line when unmarshalling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263599#comment-13263599 ] Babak Vahdat edited comment on CAMEL-5166 at 4/27/12 12:28 PM: --------------------------------------------------------------- camel-bindy already provides an option with the same name (*skipFirstLine*): http://camel.apache.org/bindy.html And the camel-flatpack's provided option is called *ignoreFirstRecord*: http://camel.apache.org/flatpack.html So that by those two formats we're already fine in place. was (Author: bvahdat): camel-bindy already provides an option with the same name (*skipFirstLine*), so that we should be fine there: {code} org.apache.camel.dataformat.bindy.BindyCsvFactory {code} > camel-csv - Add option to skip first line when unmarshalling > ------------------------------------------------------------ > > Key: CAMEL-5166 > URL: https://issues.apache.org/jira/browse/CAMEL-5166 > Project: Camel > Issue Type: Improvement > Reporter: Claus Ibsen > Assignee: Babak Vahdat > Priority: Minor > Fix For: 2.10.0 > > > If the first line is CSV headers, then you want to skip this line. Currently there seems to be no easy way of configuring this on data format. > Likewise, we should check camel-flatpack for similar option. And camel-bindy as well. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira