In CSV flat file date are in the following format.
dd/mm/yyyy (05/01/2005)and
d/m/yyyy (5/1/2005) and
dd/m/yyyy (05/1/2005) and
d/mm/yyyy (5/01/2005). It should be load to target
in a unique format. How will you implement this?
Answer / davankumar
To_char(date,formatedate) in the expression t/r
Is This Answer Correct ? | 3 Yes | 0 No |
How can we improve session performance in aggregator transformation?
Can a joiner be used in a mapplet.
hi all, I have to do Informatica Certification? Can any body send me Some Informatica Certification Dumps/FAQS ? Advance Thanks...
In EMP table, for those emp whose Hiredate is same, update their sal by "sal+500" or else for others keep the sal as it is, how to do it by SQL query
What is difference between Mapplet and reusable transformation?
WHAT IS UPDATE OVERRIDE . DIFFERENCE BETWEEN SQL OVERRIDE AND UPDATE OVERRIDE ?
we have tables like c1 a c2 b c3 c c4 x c5 y and i need output like abcx in a single row and abcy in a single row? how do u do this?
2 Answers Patni, Tech Mahindra,
How to update source definition?
How mapping parameter and variable works
can we use lookup t/r in flat files?what are the t/r's can be used in flat files when compared to relational DB?
Briefly describe lookup transformation?
can v update d records in target using update stargey without generationg primary key ? explain