clsInputXML Step

Use this step to configure the XML input file for transform.

Last published at: January 12th, 2026

Description:

This step specifies the path to the input XML file.

 

Inputs

  • filePath – input file path
  • elementName - input element name
  • colSchema - select column schema
  • showSchema - show schema
 

 

Returns

  • None
 

 

Usage:

 

 

 

Prerequisite:

The ETL process engine service should be running to execute the ETL definitions.

 

 

Example:

Let’s build and execute the “clsInputXMLDef” example.          

  • Create a new ETL definition named “clsInputXMLDef” and open it in designer mode. 
  • Drag “clsInputXML, clsTransformCase, and clsOutputXML” steps to the canvas. 
  • Connect the dots between the “clsInputXML” step and other steps, as shown above.
  • Define a variable or global to hold the virtual path. 
  • Click the "clsInputXML" step to configure its "Required" properties. Provide a name for the step. Specify the path to the input XML file on the application server. Specify the XML node element name that contains all the data. Select the ETL data schema from the drop-down list. Note: The schema's column names should match those in the input file. Click Save. Click here to learn about the ETL Data Schema Designer.

 

  • Click the "clsInputXML" step to view its "Optional" properties. Select the Show Schema button. The pop-up window displays the schema columns as shown below. This function helps you understand the schema at a glance.  

 

  • Click the "clsTransformCase" step to configure its "Required" properties. Enter the step name. Click the button to configure the transform list, then click Save. 

 

  • Click the "clsTransformCase" step to configure the transform list. The configuration pop-up window opens. Click the Add Row (+) button to insert an empty row. Select the column name (string type) from the drop-down list. Select the case transformation type from the drop-down list. Click the Save button. You can add multiple rows to the transformation using the Add Row button. 

 

  • Click the "clsOutputXML" step to configure its "Required" properties. Enter a name for the step. Enter the path to the output XML file on the application server. Then click the Save button. 

 

  • Click the "clsOutputXML" step to configure its "Optional" properties. Enter the XML root element name, XML node name, and the variable/global reference for the virtual output path. Click the Save button. 

 

  • The “Logging” configuration is necessary for documentation and to measure workflow progress and percent complete. This is done by configuring the step state and percent fields individually, as shown below. Configure the “Logging” using the following properties.

 

  • Save the ETL definition, create a new instance, and execute it. Render the ETL instance. Click Items > Variables to view the variable values. The “clsInputXML” step performs the transformation of the input file. The variable or global holds the output file’s virtual path, as shown below. 

 

  • The input XML image is provided for reference. 

 

  • The output XML image is provided for reference. 

 

 

Definition Sample:

You may download the sample definition(s) from the link here and later import them (drag-and-drop) to your FlowWright ETL Definition (XML file) page.

Note: Please verify and complete any missing configuration steps after import, including file path references and database connections. Then, save the definition to confirm the changes. 

Click here to download the sample file.