I want to convert my .xlsx
excel sheet file to a .csv
file, to export it inside my SQL server 2008 using Import Data wizard. So i follow these steps:-
I open my
.xlsx
excel sheet inside Microsoft Excel 2010 application.I click Save As.
i went to SQL Server >> Import Export Data (64X), as follow:-
then i continue with the wizard, which created a new Database table for me , but the problem is that inside my original .xlsx file i already have some cell which contain ,
character, so inside the .csv file it will map the data wrongly , since the ,
is used to define data separators inside the .csv. so can anyone adivce how i can overcome this problem ?? can i convert my .xlsx file into a valid .csv file, where it will add any ,
found insde the .xlsx cells as part of the data itself and not as a seperator inside the .csv file ?