You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Babak Vahdat (JIRA)" <ji...@apache.org> on 2012/04/27 14:29:49 UTC

[jira] [Issue Comment Edited] (CAMEL-5166) camel-csv - Add option to skip first line when unmarshalling

    [ 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 <csv> 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