I’m having some trouble importing members with my CSV. I’m following the documentation that states
Imports should be in a CSV format and support the following fields:
name- full namesnote- member notessubscribed_to_emails- [true/false] identify which members will receive email newslettersstripe_customer_id- unique Stripe customer ID to import existing paid subscriberscomplimentary_plan- [true/false] import members who have a free subscriptionlabels- Labels need to be in quotes and comma separated for multiple
But the thing is my newsletter is free, and I also don’t have stripe_customer_id for the 5k emails I currently have. Also, I’m not sure if the complimentary_plan is relevant to me either. Should I just include these columns with nothing in them? I’ve tried a couple of different ways but so far my import has been unsuccessful.
Edit: I also tried importing the contact on the template csv in the docs, that one doesn’t import either, what am I missing?

