XML to Flat File!!

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ds2000
Premium Member
Premium Member
Posts: 109
Joined: Sun Apr 22, 2007 7:25 pm
Location: ny

XML to Flat File!!

Post by ds2000 »

Im new to XML Stages and want to develop job that would create FLAT file from XML file/files. Plz explain it.

Thanks in advance.
vigneshra
Participant
Posts: 86
Joined: Wed Jun 09, 2004 6:07 am
Location: Chennai

Post by vigneshra »

You can use XML input stages to read the XML data and write into flat files. For that you would need to know the data present in the XML file thoroughly. Ample documentation also provided in the 'Help'.
Vignesh.

"A conclusion is simply the place where you got tired of thinking."
VCInDSX
Premium Member
Premium Member
Posts: 223
Joined: Fri Apr 13, 2007 10:02 am
Location: US

Post by VCInDSX »

Hi ds2000,
One of the tutorials on this link http://www-128.ibm.com/developerworks/d ... 0703xiong/ has differnt XML Tasks. Although it is not a direct solution to your question, it will help you reach there, especially task#2, if you were to define the output as a file.
Again, as Vigneshwara has pointed correctly, you need to know the format and data types of the file that you want to work with.

Good luck,
-V
Post Reply