Talend display DB rejects
In a tJavaRow component: System.out.println(input_row.columnName + ” ” + input_row.errorMessage);
In a tJavaRow component: System.out.println(input_row.columnName + ” ” + input_row.errorMessage);
To record timestamps in local timezone format nicely in via Talend use datatype: TIMESTAMPLTZ(3) To display without the offset value set session variable: ALTER SESSION SET TIMESTAMP_LTZ_OUTPUT_FORMAT = ‘YYYY-MM-DD HH24:MI:SS.FF3’