How to convert table data into xml file using xml output
stage? please explain step by step;
Answer Posted / srinivas
Hi Mukti,
To load the data into XML file first you need import the xml metadata as you expected structure by using the .xsd file or .xml file.
While importing the structure you must careful about the structure and if any value is repeating then define as a key column.
For example in above xml structre child value is diffrent and parents are same for the three rows like below :
CHANGE NAME DATASOURCE ACTION VALUE
ADD MY GSDBDatabase READ 2011
ADD MY GSDBDatabase READ 2012
ADD MY GSDBDatabase READ 2013
in above table VALUE column is unique and other values are same Note: this is taken from XML definition on question i took only 5 columns because of space issue.
In this situation you should define VALUE column as key column in XML output stage.
Job structure should like below:
SourceStage ---->transformer ----> XML output Stage.
Note:Before loading data into XML file you must sort the data other wise order will be change, what ever order you have in source the same order will load in to XML file So these words are mindful.
If you face any problem please let me knoow.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is ds administrator used for?
What are some prerequisites for datastage?
What are the functionalities of link partitioner?
What is the difference between orabulk and bcp stages?
What is use Array size in datastage
What are the different common services in datastage?
What can we do with datastage director?
What is the use of datastage director?
Difference between in process and inter process?
project Steps,hits, Project level HArd things,Solved methods?
How to find value from a column in a dataset?
Define Data Stage?
What is the difference between server job and parallel jobs?
What is the project in datastage?
Can you explain engine tier in information server?