Hi all
This is probably a newbie question, but seeing as that's what I am, please bear with me. I have a file that I need to import (comma-seperated variables) into a MySQL table. There are three fields, two of which are arbitrary, and one in which I am interested. The field I am interested in contains a string of data which is a concatenated call record containing information about call time, phone extension used, number called, call duration etc. Each record represents a phone call, and as a whole is therefore unique.
However, when I try to import using "LOAD DATA" MySql appears to be dropping about half the records - I run the import from a batch file, but I am not seeing any error messages - and the records that are being dropped are unique, with no apparent common factor.
Can anybody suggest a solution to this ? Or even give me some idea of where to start looking?
Many Thanks
roardood
This is probably a newbie question, but seeing as that's what I am, please bear with me. I have a file that I need to import (comma-seperated variables) into a MySQL table. There are three fields, two of which are arbitrary, and one in which I am interested. The field I am interested in contains a string of data which is a concatenated call record containing information about call time, phone extension used, number called, call duration etc. Each record represents a phone call, and as a whole is therefore unique.
However, when I try to import using "LOAD DATA" MySql appears to be dropping about half the records - I run the import from a batch file, but I am not seeing any error messages - and the records that are being dropped are unique, with no apparent common factor.
Can anybody suggest a solution to this ? Or even give me some idea of where to start looking?
Many Thanks
roardood