Search found 2 matches

by YankeeYank
Mon Nov 22, 2010 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handdle chars '<' and '>' in XML Output Stage
Replies: 3
Views: 1818

Hi Ray,

Thanks a lot . Issue got resolved using Craig solution
Set the 'Data Element' to XML for the chunk data so it knows it is already XML and doesn't make that conversion.
Regards

Rahul
by YankeeYank
Sun Nov 21, 2010 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handdle chars '<' and '>' in XML Output Stage
Replies: 3
Views: 1818

How to handdle chars '<' and '>' in XML Output Stage

Hello DS Experts, I am trying to generate an XML using XML output Stage. Job design is DataSet ------> Transformer ---------> XML Output I have used following code in derivation of a column in Transformer '<NUMBER><NUM_TYPE>PAN</NUM_TYPE><NUM_VALUE>':NullToEmpty(DSLink2.PAN):'</NUM_VALUE>' I have go...