Mysql – question regarding csv format

csvMySQL

CSV format cannot be used for importing text files to a database unless the table for the data is already defined in the database.

is this true or false?

Best Answer

For MS SQL Server. False: You can use the Import Data Wizard to map your columns in the CSV file to columns in the Table that the Wizard will create when you run it.