Search found 1 match

by kavish_shaz
Mon May 11, 2009 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage
Replies: 2
Views: 1114

XML Output stage

Hi all, I have used an XML output stage to create an xml file from a sequential file. The sample xml file that i used to import definition is <CustomerInfo> <CustomerID>0000000001</CustomerID> <Contact> <FirstName>Lee</FirstName> <LastName>Chen</LastName> <Email>LeeChen@gmail.com</Email> </Contact> ...