How to work with XML out put stage? Please explain step by
step? i need to generate XML file using Table data. Given
is the .XSD file. Please help?
Answer Posted / srinivas
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we improve performance of data stage jobs?
What is size of a transaction and an array means in a datastage?
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?
Explain ibm infosphere information server and highlight its main features?
disign the complex job in u r project?(they are aksing only complex job design and then data flow...)
How to manage date conversion in Datastage?
Different ways a project can be moved to production ?...example ….export-import and Version control.
What is ds designer?
What are the main differences you have observed between 7.x and 8.x version of datastage?
Differentiate between operational datastage (ods) and data warehouse?
What are the some differences between 7.x and 8.x version of datastage?
What is the importance of the exception activity in datastage?
Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.
How to read the length of word in unix?
What is the different type of jobs in datastage?