in one of the requirment informatica fetching data from flat file as
source file and insert records into a temporary table temp of DB2
database. Flat file has one column as datetime datatype (YYYY/MM/DD
HH:MM:SS). However, informatica fetching this column as string datatype
(Since Informatica date format is different from this column & DB2). So
before loading into temp table of DB2 database, I need to convert back
this column into Datetime format.With Expresion transformation, I can do
this but ...