REG:Dates

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
m_siddu2000
Participant
Posts: 19
Joined: Tue Aug 01, 2006 1:37 am
Location: Hyderabad

REG:Dates

Post by m_siddu2000 »

Iam having two columns as Load_Date and Update_Date.
It is an excel file and format is dd-mon-yy.
How could i transform these values in datastage using transformer?
Iam loading into Oracle.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Don't use a Transformer stage - that's server job thinking. Use a date format string in whatever stage you are using to read the Excel data.
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