In text file, i Have 20120211 08:08:08 PM which has to be loaded into DB2 TimeStamp column.
I tried using Derived column to get the data into DB2 timestamp format (2012-02-11 08:08:08.000). But it is showing as Unicode(DT_WSTR) and hence fails while loading into DB2 column.
vasu