having a slight problem putting inporting a csv file into mysql.
I have the DB and table created with the right rows ect done.
but the csv file is in the form
fwefwe,rwefewfwe,fwefwefe,fewf,fwe,
So when it asked for Feilds terminated by i put ,
but how do i get it to recognise the end of the line which at the moment is set to auto, but is not picking it up as the end of each line is a , to?
Or how would i go about getting rid of the , at the end of the line. As find and replace will change everyone.
TIA
Edit: sorted i added a extra field in the DB and that then worked just adding a blank value into the field. i then deleated the field after the import
I have the DB and table created with the right rows ect done.
but the csv file is in the form
fwefwe,rwefewfwe,fwefwefe,fewf,fwe,
So when it asked for Feilds terminated by i put ,
but how do i get it to recognise the end of the line which at the moment is set to auto, but is not picking it up as the end of each line is a , to?
Or how would i go about getting rid of the , at the end of the line. As find and replace will change everyone.
TIA
Edit: sorted i added a extra field in the DB and that then worked just adding a blank value into the field. i then deleated the field after the import
Last edited: