Search found 2 matches
- Fri Jun 29, 2012 6:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML input stage issue
- Replies: 3
- Views: 1330
- Thu Jun 28, 2012 3:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML input stage issue
- Replies: 3
- Views: 1330
XML input stage issue
Hi, I am trying to parse a XML file and write it to a text file. I am not getting the correct output. XML file used is:- <?xml version="1.0" encoding="UTF-8"?> <Fields> <Col_1>7542></Col_1> <Col_2>Success</Col_2> </Fields> The output that is received in the file is:- "<Col_1...