This content has been marked as final.
Show 2 replies
-
1. Re: camel-csv ignore first row
davsclaus Apr 12, 2012 3:27 AM (in response to mohithanda)That is actually a good quesiton
The commons-csv project that is used by the camel-csv is not an active project. You can configure the CSV data format using a CSVConfig class. But looking at the class there do not seem to be a skipFirstLine option.
So I have logged a JIRA to improved this
https://issues.apache.org/jira/browse/CAMEL-5166
There is another CSV library that has this option, ignoreFirstRecord. Its the camel-flatpack
-
2. Re: camel-csv ignore first row
mohithanda Apr 12, 2012 7:21 PM (in response to davsclaus)Thanks Claus for the advise!
I will switch to Flatpack!