- This topic has 9 replies, 4 voices, and was last updated 4 years, 10 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – can I add user to multiple levels with bulk importer
Tagged: import members
I want to bulk add a list of users and each user will belong to two levels. I have installed the Bulk Member Data Importer Addon and used it successfully to import users into one level. Is it possible to specify multiple membership levels in the CSV import file? and if so, how?
Thanks, Steve
The name of the column for additional membership levels is (it figures):
more_membership_levels
See if the importer will recognize that column in your CSV file. So specify the 2nd level ID in that “more_membership_levels” column
Worked like a charm, thankyou
What if I need to specify more than one additional membership level?
more_membership_levels is a vector; with comma separated, membership level ID numbers.
That is what I tried before asking, but it didn’t work.
Only the first additional membership is recognized, no matter what I try.
What is the exact phrase to put in the excel sheet?
Or in the csv?
I tried with a modified file you provided (swpm-member-list-csv.csv) whithout success, here is the content:
user_name,first_name,last_name,address_street,address_city,address_state,address_zipcode,country,email,phone,subscription_starts,member_since,membership_level,account_state,last_accessed,last_accessed_from_ip,gender,referrer,reg_code,txn_id,subscr_id,company_name,more_membership_levels
test123,Anjelina,Jolie,123 malibu street,California, ,12333, ,angelina123@hotmail.com,12345678,,,6,pending,,,female, ,,,,5,4,3,2
test456,Anakin,Skywalker,456 malibu street,California, ,45678, ,skywalker456@hotmail.com,567895256,,,6,active,,,male, ,,,,2,3,4,5
test789,Jon,Doe,543 adams street,BOSTON, ,2122, ,jon.doe789@yahoo.com,987456321,,,6,active,,,male, ,,,,3,2
Additional members importing using a CSV file is going to be tricky. How many entries do you have?
About 100…
I was going to suggest manually adding them via the admin interface but that will be too many entries to handle. This won’t work unfortunately. I will send you an email.
So you say, instead of what wzp answered before, bulk import does not work for multiple membership if it is more than one additional membership?