You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

BeanIO

Available as of Camel 2.10

The BeanIO Data Format uses BeanIO to handle flat payloads (such as XML, CSV, delimited, or fixed length formats).

Options

Option

Type

Description

config

CSVConfig

Can be used to set a custom CSVConfig object.

TODO:

Usage

TODO:

Dependencies

To use BeanIO in your camel routes you need to add the a dependency on camel-beanio which implements this data format.

If you use maven you could just add the following to your pom.xml, substituting the version number for the latest & greatest release (see the download page for the latest versions).

<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-beanio</artifactId>
  <version>2.10.0</version>
</dependency>
  • No labels