Hi, I'm using the excel source data to load the data into the relational table and I'm getting below error. Can anyone please help me? The cell format is not Date in ( Row. 2 and ColumnNum. 6 )
Hi, I think you have 2 solutions : - convert your excel column file into date format and import your file - import your file and conevrt the string date into date (use TalendDate.parseDate("yyyy-MM-dd", row1.yourData))