and the Address City State Zip code fields shown in the sample csv seem to do nothing
@airdrummer,
Good afternoon. All those columns are being imported and stored into wp_usermeta table.
If you want to show it in the profile of each user, in “Extra profile fields” please activate the option to show this fields into profile.
thanx, i thought i’d done that. the fields now appear, but email is duplicated.
Email would be duplicated because this is a special field and you have to use the correct column name: “Email”. Read the documentation please 🙂
unfortunately ur dox r ambiguous…ur import tab reads:
“File must contain at least 2 columns: username and email.”
but ur doc tab reads:
“Username
Email”
username, capitalized or not, is not duplicated, but email is, so perhaps u should simply force lowercase on all fields.
also, the wp_users table fieldname is user_email, so u must b doing the mapping to both Email & email
@airdrummer,
That’s true, all this comes from the first version of the plugin.
I have to improve it and do a whole mapping of all columns.
Sorry for the inconvenience but really if you follow the “Documentation” it works. In next versions I will include it.
Hope I had time in summer.
@airdrummer,
That’s true, all this comes from the first version of the plugin.
I have to improve it and do a whole mapping of all columns.
Sorry for the inconvenience but really if you follow the “Documentation” it works. In next versions I will include it.
Hope I had time in summer.