Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed the deprecated Camel 1.x documentations

...

Option

Type

Description

config

CSVConfig

Can be used to set a custom CSVConfig object.

strategy

CSVStrategy

Camel uses by default CSVStrategy.DEFAULT_STRATEGY.

autogenColumns

boolean

Camel 1.6.1/2.0: Is default true. By default, columns are autogenerated in the resulting CSV. Subsequent messages use the previously created columns with new fields being added at the end of the line.

delimiter

String

Camel 2.4: Is default ,. Can be used to configure the delimiter, if it's not the comma.

skipFirstLine

boolean

Camel 2.10: Is default false. While unmarshalling can be used to skip the first line of a CSV input which contains the CSV headers.

...

Code Block
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-csv</artifactId>
  <version>2<version>x.0x.0<x</version>
</dependency>