i have source like
balance,drawtime
20000, 8.30
50000,10.20
3000,4.00
i want target like this
balance,drawtime
20000, 20.30
50000,22.20
3000,16.00
Answer Posted / subbuchamala
SRC--->Transformer--->TGT
In the TFM Output Columns Derivations:
(HoursFromTime((MyLnk.drawtime:"00"))+12): MinutesFromTime(MyLnk.drawtime)--->OutputColumn
(MyLnk.drawtime:"00")--->Convert Source Format to %hh:%nn:%ss
(HoursFromTime((MyLnk.drawtime:"00"))+12)--->Adding 12 hours to hours from source and Concatanating with Minutes from Source.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you explain engine tier in information server?
What is the difference between the local container and shared container?
Explain the importance of surrogate key in data warehousing?
What are the steps needed to create a simple basic datastage job?
What is the difference between passive stage and active stage?
Explain datastage architecture?
root tree will find which is server job and which is parallel job?
Differentiate between data file and descriptor file?
What are data elements?
how to export or import the jobs in .ISX file
Can you filter data in hashed file?
What is data partitioning?
How can we improve the performance in datastage?
explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?
What are iconv and oconv?