pixeltrace Posted June 11, 2007 Share Posted June 11, 2007 hi, is there any sql code that can import csv file into your mysql db and at the same time checked or send a report of the duplicate items? currently this is the query that i use for uploading csv file LOAD DATA INFILE 'jos_muse_users1.csv' INTO TABLE jos_muse_users FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\n' (MemberID, ContactID, GivenName, FamilyName, Email, AddressedAsEmail, HomePhone, BusinessPhone, Mobile, Gender, DateofBirth, Address1, Address2, PostalCode, SourceFrom, NRIC, Race, Nationality, ChildName, ChildDOB, ChildGender, City, State, Country, SourcePortal) hope you could help me with this. thanks! Quote Link to comment https://forums.phpfreaks.com/topic/55064-how-to-import-csv-file-and-check-duplicates/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.