Skip to Content
Author's profile photo Vijay Bheemanathini

How to Load the XML Script into Single Column



Load_to_xml function is used to load the XML script into single column.

For example:

When we need to load the data from XML sources and if we don’t have access to those sources, we can follow this method by loading the XML script into table and we can use that table as source.

Scenario: –

We are doing a scenario where we are loading a XML Script from XML file into single column of table.

  1. Create project, job, workflow & data flow as usual
  2. Create a new XML schema as shown below

    /wp-content/uploads/2016/09/1_1039323.jpg
  

3. Select the XML Schema and provide the details as shown below

      /wp-content/uploads/2016/09/2_1039332.jpg

Format Name            : Name

File name/URL           : enter the URL where the file is located (Note: The file should be in XSD format)

Namespace                : this field will show name automatically, drop down and select

Root element name : this field also will show Root element automatically,  drop down and select.

4. Drag and drop created file into data flow and connect them as shown below

        /wp-content/uploads/2016/09/3_1039333.jpg

5. Open QRY_EXTR and create new output schema

        /wp-content/uploads/2016/09/4_1039335.jpg

6. Right click on created output schema and click on Make Current

         /wp-content/uploads/2016/09/5_1039336.jpg

7. Select book and map to output as shown below

           /wp-content/uploads/2016/09/6_1039337.jpg

8. Next open QRY_LOGIC and create new output column also map that column with load_to_xml function and enter the parameters as shown below

             /wp-content/uploads/2016/09/7_1039338.jpg

9. Save and Execute the job

10. Check the output


               /wp-content/uploads/2016/09/8_1039340.jpg




Thanks,

Vijay




Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.