I had converted .xls file to .csv format. I had done this by opened the Excel and done Save as to csv format. The .xls file has values like ‘00116’,’0860371′ etc. But once converted to .csv, its not retaining the “0” and the value is like ‘116’,’860371′ etc.
I had changed the format to “Text” and tried..But its not retaining the “0”
How to Fix this….
when you open the csv file in excel, it trims all the preceding zeros. Better open in other text editors.