- This topic has 16 replies, 3 voices, and was last updated 9 years, 1 month ago by .
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › CSV Bulk (Non-WP) Member Import Failing
Tagged: auto increment, bulk import, csv, import, member database, member list
In the “Membership Level” column of your CSV file, you need to put the ID of the membership level (not the name). If you look at the example file, you will see that it has a value numeric value of 1 as the example (meaning it is an ID value). Membership level is something referenced from a different table so using an ID value is a proper way to reference it (a name value won’t work there).
FANTASTIC, that did the trick! Thanks so much for the great help, I’m all set!