‎2009 Feb 03 12:38 PM
Hi,
I am having a typical problem in CSV upload.
I create a file in excel and save it as .CSV
The data in one of the cell is "2 (double quote followed by a digit) Cell is formatted to Text.
After saving , when I see the CSV file in notepad, the data is seen as """2" (3 double quotes)
This when uploaded in the program throws the error obviously.
I know its the data problem but my question is:
1. Can this be handled in the program? If yes please guide.
2. Why is the excel behaving this way?
Thanks in advance
‎2009 Feb 03 12:42 PM
Hi,
I feel before u save to .CSV u have to make sure that the excel should have proper data ..so first check if the excel has any quotes , remove them and then save as .CSV.it's better rather than handling in program..
Regards,
Nagaraj
‎2009 Feb 03 12:46 PM
Excel has the Quotes.
The data in the excel is "2 and it is required.
After CSV creation, the data becomes """2"
Actual Data in Excel : "2
Data in CSV : """2"
I hope you got my question.
Thanks