Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Extract Transform Load (ETL) Example

The ETL (Extract, Transform, Load) example shows how to load data into a database using Camel. In this example we will poll for files, transform them and then store them in the database via the JPA component.

...