Data Transformation: CSV to XML With Apache Camel

1.0 Overview

Data Transformation means transforming data from one form to another. For example, XML to CSV, XML to JSON, etc. Data Transformation in Apache Camel can be achieved by using Processor in routing logic, using bean, or by using Transform() in DSL.

In this article, we will going to see how to transform CSV to XML using Processor in routing logic. https://goo.gl/SKZu7X #DataIntegration #ML