Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected property "autogenColumn" to "autogenColumns"

...

Option

Type

Description

config

CSVConfig

Can be used to set a custom CSVConfig object.

strategy

CSVStrategy

Camel uses by default CSVStrategy.DEFAULT_STRATEGY.

autogenColumn 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.

...