in source is like seq file in date column have
dd-mm-yy
dddd-mmmm-yyyy
mm-dd-yy
yy-dd-mm
yy-mm-dd
i want to display only yy-dd-mm date formats only in tgt?
Answers were Sorted based on User's Feedback
Answer / bharath
Hi,
First convert your column datatype date to string using modify
stage and then by transformer stage change it as
StringToDate(datestring,["yy-dd-mm"])
then u get...
| Is This Answer Correct ? | 3 Yes | 1 No |
How to work with XML out put stage? Please explain step by step? i need to generate XML file using Table data. Given is the .XSD file. Please help?
How to add zero "0" before record in a field?
DataStage Scenario based Interview Questions
it is possible to load two tables data into one sequential file?if possible how?plz share with me?
what is main difference between change capture and change apply stages
What are the functionalities of link collector?
How to perform incremental load in datastage?
What is the use of datastage director?
HOW WILL YOU IMPLEMENT SURROGATE KEY IN SCD BY USING SURR_KEY GENERATOR,THE VALUE OF S_KEY SHOULD NOT REPEAT EVEN IF THE JOB IS COMPILED REPEATEDELY?
what is the difference between the active datawarehouse and datawarehouse
Hi all, can u explain header and trailer records in file? If a file has header and trailer /master-detail records how will you read it in datastage?
How can remove duplicates in a file using UNIX?