Join of XML's in datastage

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
SagarMelam
Participant
Posts: 26
Joined: Mon Apr 21, 2008 4:03 am
Location: Amalapuram

Join of XML's in datastage

Post by SagarMelam »

Hi All,
We need to know that how can we join two XML's in a job which are target file's in other jobs.

The scenario is like this in one job we are getting the address information based on client_id and writiing it to an XML file and in other job we are getting the phone information based on the client id and also writing it to an XML file.
We want to join both the XML files in a seperate job based on the client_id.So can anyone suggest a solution to implement the above.
Sagar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Store them as 'chunks' with the client-id as a separate key field to facilitate the lookup. The chunk becomes just another lookup data field.
-craig

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