Data Load to XML output

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
rajendharreddy
Participant
Posts: 46
Joined: Tue Aug 21, 2007 5:39 am
Location: Bangalore, India

Data Load to XML output

Post by rajendharreddy »

Hi,

We are reading data from an text file and load data to an XML output using XML output stage. The job is running successfully but, data is not getting generated to output file.

Source file --> Transformer --> XML output

Could anybody suggest the solution?

Thanks.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Most likely in the XML stage, but without additional information it is impossible to say.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Source file --> Transformer --> XML output --> Target file

might be a better design.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Source file --> Transformer --> XML output --> Target file

might be a better design.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Typically means your XPath Expressions are incorrect. When they don't match the incoming data, nothing is parsed by the stage.

ps. The 'target file' isn't necessary, the XML Output stage is perfectly capable of doing its own output'n. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply