How to import Text Delimited File to SQL Database?

Andrew Venture picture Andrew Venture · Jun 17, 2011 · Viewed 29.2k times · Source

In general I know how to import tab delimited file or comma delimited file. One of my client sent me delimited file. Example you can see below. And I don't how to import it without quotes.

"Make","Model","ModelYear","Trim","BodyStyle","Mileage","EngineDescription","Cylinders","FuelType","Transmission"
"Dodge","Stealth","1993","ES","Hatchback","107000","V-6","6-Cylinder","Gasoline",""
"GMC","Envoy XL","2003","SLE","Sport Utility","116000","6cyl","6-Cylinder","Gasoline","Automatic"

Could you guide me how to import and what settings do I need to change in order to import it with import wizard?

Thank you

Answer

Will A picture Will A · Jun 17, 2011

You need to set the "Text qualifier" to ".

enter image description here