- This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Import dynamic fields, not displayed
Hi Franky,
I am importing members and dynamic fields, based on the documentation, all goes well, no errors.
But when I open a member record afterwards in wordpress, I see the field Geboortedatum is still empty (custom field, type date(javascript))
So I went to the database and saw that the records all had the field eme-grouping set to 1. If I change them manually to 0, values are displayed correctly in the frontend.
How can I pass the value 0 within the csv file? I already tried with index as extra field, but doesn’t work. Also adding eme-grouping as a field, no luck. What am I doing wrong? 🙂
dynamic file looks like
“lastname”,”firstname”,”email”,”membership”,”answer_Geboortedatum”
And the value for answer_Geboortedatum is imported YYYY-MM-DD format
thanks in advance
Kevin
If the index is 0, it is not a dynamic field (or should not be, except if I made an error) but just custom fields. And those can be imported at the same time as the member is imported then.
Btw: the next version will also have birthdate and birthplace as basic personal info 🙂
Thanks Franky! I complicated things for no reason 😀
Looking forward for the new release with those fields!