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 |
Hi frnds, my scenario is like i'm having a record 1234"1323£3434%343434^23232!1212$23232 in the above record all the special characters must be removed.how can we do it in datastage 8.0.1.can any one please ans this? thanx in advance
Can you explain players in datastage?
What steps should be taken to improve Datastage jobs?
How to convert RGB Value to Hexadecimal values in datastage?
What are the different layers in the information server architecture?
where we use config file as parameter ?
What is the difference between Link collector and Funnel Stages?
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know
Hi This is Vijay How Can u Read the data from sequential file Parall'y?
What is the difference between an operational datastage and a data warehouse?
what will happen if we allow duplicates in datastage lookup abort drop record 1st value of duplicate record none
How to create a doccument in datastage?