Hi All,
Our project has a datetime source column from a Flatfile.
When I was reviewing the file, I found two values
- 20/06/2013
- 06/20/2013
To my surprise SSIS extracted both of them as 20/06/2013(DD/MM/YYYY). I'm afraid if this poor data quality issue will go unnoticed.(Though I'm happy that SSIS is intelligent enough!)
Does anyone know how to handle this kind of scenario? Can we specify the input date format?
Rajkumar