Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to separate DATETIME into DATE. I am getting both tables from PostgreSQL. The DATETIME and DATE is in Timestamp without Timezone type.
I am using T-map to match. In T-map, the type is date for both datetime and date.
I have entered:
TalendDate.formatDate("dd-MM-yyyy", row1.datetime)
However, I received an error message: "Type mismatch: cannot convert from String to Date."
Please help.
I have entered:
TalendDate.formatDate("dd-MM-yyyy", row1.datetime)
However, I received an error message: "Type mismatch: cannot convert from String to Date."
Please help.