Logo DWBI.org Login / Sign Up
Sign Up
Have Login?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Login
New Account?
Recovery
Go to Login
By continuing you indicate that you agree to Terms of Service and Privacy Policy of the site.
Pentaho Data Integration

XML file generation using Pentaho Data Integration

Updated on Oct 03, 2020

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:

Transformation
Transformation
Table input
Table input
XML Output
XML Output
XML Output Content
XML Output Content
XML Output Fields/Content Type
XML Output Fields/Content Type
Execution Results - Preview data
Execution Results - Preview data