Re: Using camel route for parsing a csv file

2013-08-07 Thread Christian Müller
camel-csv cmueller$ mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Camel :: CSV 2.11.0 [INFO] [INFO] [INFO] --- maven-

Re: Using camel route for parsing a csv file

2013-08-07 Thread Hilderich
sub project camel-csv has the following dependency in its POM: * org.apache.servicemix.bundles org.apache.servicemix.bundles.commons-csv ${commons-csv} * There you can find there the class CSVConfig. -- View this message in context: http://camel.465427.n5.nabble.c

Re: Using camel route for parsing a csv file

2013-08-07 Thread jduncan
It looks like you may also need to add the apache commons-csv jar to your class path. This is one of the dependencies of the camel-csv jar: org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-csv Jared -- View this message in context: http://camel.465427.n5.nabble.com/Using-ca