I have a date column in my CSV file. When I am binding it as a Data Source to my test script its changing the format from 1988-JUN-1 to 6/1/1988 12. I have seen couple of other posts regarding the same issue and the workaround suggested in those ones is not possible in my case such as using ' character. It conflicts with the application's validation.
Please suggest any other better way to deal with this problem. Also I think user should get the full freedom to use his data as it is, Being a testing tool Test Studio should allow testers to try out incorrect/garbage entries as well.
Thanks