Generate 4 different table structre records into single File

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
e1994264
Premium Member
Premium Member
Posts: 28
Joined: Mon Jul 18, 2011 5:12 pm

Generate 4 different table structre records into single File

Post by e1994264 »

Hi,
I have a requiremnt. I need to merge 2 different table structres into single file with Rec_Types.

Example:
i have 2 source tables in Oracle database.
1. EMP Tables(empno,ename,email,phone..)
2.Dept Table(Empno,dname,Location Col's)
I need to genrate the following sample output format:

Header|empno|ename|manager_id|email|phone
TraILER|empno|dname|location
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Use the Column Export stage to generate common format, then Funnel stage to bring them together.
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