Im trying to import a csv file into a mysql database. The load fails, i think because the data has \'s. My csv file contains file names and locations so every line has something like myfile.txt,c:\temp\myfolder\,Text File,2008-03/03,50k. Im guessing that problem is the \'s. Can anybody give me any suggestion about how to get mysql to ignore the \'s? Or am I off base entirely?
There's too many rows to manually edit every row and I dont have any control over the app that creates the csv file i have to work with.
thanks for any suggestions
There's too many rows to manually edit every row and I dont have any control over the app that creates the csv file i have to work with.
thanks for any suggestions