ETL Example
Page edited by Babak Vahdat
Changes (1)
...
| [EtlRoutes|https://github.com/apache/camel/blob/master/examples/camel-example-etl/src
ETL Example
Page edited by Babak Vahdat
Changes (2)
...
{code} @Converter
public final class CustomerTransformer {
ETL Example
Page edited by Babak Vahdat
Changes (7)
...
We're converting the body of the message to a [PersonDocument|https://github.com/apache
ETL Example
Page edited by Babak Vahdat
Changes (3)
...
Then we send the message with a PersonDocument body to the [JPA] endpoint. Notice how t
ETL Example
Page edited by Babak Vahdat
Changes (3)
...
So lets start with the route definition in [EtlRoutes|https://github.com/apache/camel/b
ETL Example
Page edited by Babak Vahdat
Changes (10)
...
|| Java Class || Purpose ||
| [CustomerEntity|http://svn.apache.org/repo