Search found 2 matches

by vermas5
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: 1334

Thanks, the issue is resolved now. "text()" property was required to be added in XML output stage Output tab for this version. It was working fine without this in 8.0.
by vermas5
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: 1334

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...