Hello All,
What is difference between physical length and length here?
A value for example 12345 in actual source file was showing as numeric type here, before I manualy changed to string.
Similarly type for createDate was numeric.
I understand this is due to internal conversion by ODI that a string value (12345) and string value for date (5-JUL-20 03.29.36.000000000 PM) appeared as numeric.
However I guess I should convert manually every thing to string (than leaving as numeric) like below, as any thing in flat file is string in true sense.

Thanks,
Rajneesh