Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am converting two strings into date data types but keeping into an error I do not fully comprehend.
This is my snippet in tMap output into the database:
(row1.Week == null || row1.Week == ("")) ? "" : TalendDate.parseDate("MM/dd/yyyy",row1.Week)
Type mismatch: cannot convert from Object&Serializable&Comparable<?> to Date
Thanks in advance,
CM