Hi,
I have about 1400 users. Now I have a csv file which contains about 1900 users with additional information. I want to only import those users that already exist in my database (1400). The other 500 users shall not (!) be imported at all.
The identifier could be the email which is identical in the jos_users table and my csv-file.
How can I do this?
Thanks,
Uwe