I have 10 customers in my database. First i import a csv file which contains only name & email id. Later i prepare another file which contains name(for the reference), address, phone no, job etc. While i import the second time, it created as a new record. That is an issue, it duplicate the customer record.
So how can we import datas into the existing records?
Thanks.