Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using Talend DI 6.2.1.
Database :- Oracle 12c
Input is
select TO_TIMESTAMP ((TO_CHAR(CURRENT_TIMESTAMP,'YYYY-MM-DD HH24:MIS.FF')), 'YYYY-MM-DD HH24:MI
S.FF')as LOAD_DATETIME from dual
and want to store output in Oracle table with tOracle output.
However Talend is not able to load milisecond part of the input.
On tLogRow it shows with millisecond part however on target table it is not displaying miliseconds.
Is the bug previously mentioned for version 5.4 is still present in 6.2.1?
I am using Talend DI 6.2.1.
Database :- Oracle 12c
Input is
select TO_TIMESTAMP ((TO_CHAR(CURRENT_TIMESTAMP,'YYYY-MM-DD HH24:MIS.FF')), 'YYYY-MM-DD HH24:MI
S.FF')as LOAD_DATETIME from dual
and want to store output in Oracle table with tOracle output.
However Talend is not able to load milisecond part of the input.
On tLogRow it shows with millisecond part however on target table it is not displaying miliseconds.
Is the bug previously mentioned for version 5.4 is still present in 6.2.1?
TalendDate.parseDate("yyyy-MM-dd HH:mm:ss.SSS",row1.dateColumn)