The import plugin requires the email field to be used in the csv file.
But some of my users have the same email address.
When I create my CSV it lists the cumulative creation of all prior csv entries. Assume my csv file has say top row of fields and 20 user rows. Assume 5 of those users have the same email address.
Before I import the CSV using the import plugin, I delete the first 19 user rows (Why? because the csv is old and some users may have changed their username, firstname, lastname, etc...)
So I want to import the new 20th row only with email [email protected], firstname (Joe), and lastname (smith).
When I import the csv, there is only the top row of fields and 1 row (the 20th row).
The problem is that I have four other uses with [email protected]. When I import the csv, it imports into the profile of one of my other four users with [email protected] and it odes not import into the Joe Smith profile.
Does the new backend import feature allow import by user_id?
Can email be changed to user_id so that my 20th row will always import to the user_id and not to the email address?
Thanks