How to load string from flat file into date in target table(Teradata) using informatica?

470 Views Asked by At

I am trying to load string from flat file into date in target teradata table using informatica. But while doing that, my workflow is succeeding but data is not loading into table. When I run the debugger, data is passing through, SQ, expression. When I debug the target instance, getting 'no data available' for date field.

Could any one of you help me to know how can we load string from flat file into date in target table of teradata.

date format used: MM/DD/YYYY Source data type is string(10) and target data type is date in format MM/DD/YYYY.

-- Thnx, SP

1

There are 1 best solutions below

0
On

while debugging add an expression and check how the string is being converted to date .