SQL Server 2008 R2 Express Edition.
I'm trying to use the import wizard to import a CSV. One column in my CSV contains both my delimiter (,) and my text qualifier ("):
...,"UV-blocking nanoparticles, Cancer therapy using ""magnetic vectoring"", Hearing aid technology",...
It looks like excel escapes the double quote that's within the column, but it's killing the import wizard. Any suggestions besides removing the double-quotes all together?