Hello all,
I have the .net code written to export data to a csv file. The problem is that one of the columns has data like 5-8-13
When I double click the .csv file in excel this column shows data as 5/8/2013 i.e. it is misinterpreted as a date column which is not what I want. Is there some escape character which I can use while exporting so that when the file is opened the column data is 5-8-13
I have tried putting this value in double quotes, but this does not work.
Any help is appreciated. Thanks