Classify Data coming to target based on input links

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
hemaarvind1
Participant
Posts: 50
Joined: Mon Jan 21, 2008 9:35 am

Classify Data coming to target based on input links

Post by hemaarvind1 »

I am having a scenario where I have source data that is retreived from union of 5 tables. The table names are not part of the source data.
In the target, I have to load the source table name from which this data is retrieved.

Could you please suggest me how I can classify the data.

Thank You.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Include the table name in your source query.
hemaarvind1
Participant
Posts: 50
Joined: Mon Jan 21, 2008 9:35 am

Post by hemaarvind1 »

Thank you .. I got it.
Post Reply