I am trying to import members from a csv, but the error message ‘Not all required fields present.’ keeps popping up.
tested both with
“Last name”,”First name”,”E-mail”,”Membership”,”Start”
as with
“lastname”,”firstname”,”email”,”membership”,”zip”
Any idea? Can you indicate whether the help is still actual?
“There are 5 columns required: “lastname”,”firstname”,”email”,”membership” and “start_date”. ”
Well, you found your own problem: the columns are indeed “lastname”,”firstname”,”email”,”membership” and “start_date”. In both your examples you did not use those.
Thanks, that was the issue. My confusion came from the fact that when I exported an existing member to csv (to see how the file should be made up), he exported the date like mentioned before. But you are correct, the documentation states the correct format, my bad 🙂
The csv export is more a frontend export, not a db export. But the next version will make the error messages upon import a bit more clear too (code ready already) 🙂