XML Table Definitons

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
siva7143
Participant
Posts: 35
Joined: Wed Aug 09, 2006 12:20 am

XML Table Definitons

Post by siva7143 »

Helo,

I have developed an job in XML using Row Geenrator, Transformer, XML_Input stage and Peek Stage.

Here in this Row Generator i have generated an row as "Name" and in the transformer i gave the path name as "D:\DW\DSFiles\XML\testing.xml" in the "Name" Derivation.

In the XML_Input stage i loaded the metadata from XML metadata import column (were i chose only "JobIdentifier") and checked it as an key.

After when i run the job their was no error in the Director.

The rows also passed from transformer to XML_Input stage, but the row's didn't pass from the XML_Input to the Peek Stage.

Could any give me an solution to this issue.

Regards,

Siva.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Use XML_Output stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply