You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The csv you show as example only uses 8 fields (First-Name Last-Name Mobile Home Work Email-Home Email-Work Email-Mobile) but it seems your programs is expecting to get 11, since it kept telling me "list index out of range".
Also, I'm not sure if it might have helped but I used the following field names instead:
first_name last_name tel_mobile tel_home tel_work email_home email_work email_mobile adr_work adr_home website_url
The text was updated successfully, but these errors were encountered:
The csv you show as example only uses 8 fields (First-Name Last-Name Mobile Home Work Email-Home Email-Work Email-Mobile) but it seems your programs is expecting to get 11, since it kept telling me "list index out of range".
Also, I'm not sure if it might have helped but I used the following field names instead:
first_name last_name tel_mobile tel_home tel_work email_home email_work email_mobile adr_work adr_home website_url
The text was updated successfully, but these errors were encountered: