Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have been working on exporting the data from excel input to the MySQL using the TOS 5.6.2. I have been facing the date lenient parsing when I export the date fields. But for CSV files I know the option for strictly checking the dates tFileInputDelimited->Advanced settings->Check date.
I am facing the date lenient for excel files ..if the input date value comes wrong its not rejecting..Please see the below example .. and please assist me on this ..I want to reject the wrong dates..is there any option for excel files..??
Suppose my input file date column format is MM/dd/yyyy
inputdate Talend output
10/10/2013 2013-10-10
8/29/2013 2013-29-08
13/29/2013 2014-29-01 --->conversion lenient .
Regards,
Raghav