XML file generation using Pentaho Data Integration
This article will demonstrate how to write data to XML files using Pentaho Data Integration. In order to write to XML file we will be using the XML Output step. This XML Output step allows us to write rows from any source to one or more XML files.
In this article we will read records from database table and write as XML file output. Basically in this use case we will generate the same sample XML file that we used in the XML reading use case tutorial.
Please check the self explanatory implementation screenshots as below: