• Resolved mlplus

    (@mlplus)


    Import finished: 0 inserts, 0 updates, 337 errors is the result from my import. My first line in the import file is:
    “firstname”,”lastname”,”address1″,”zip”,”city”,”phone”,”answer_12″,”email”,”answer_13″,”creation_date”,”massmail”,”membership”,”status”,”status_automatic”,”paid”,”start_date”,”end_date”

    But reading your import code makes me feel like you are translating field names? Do I have to use the swedish fieldnames?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Franky

    (@liedekef)

    Make sure your file uses regular quotes, not slanted ones.
    I don’t use the translated field names for import, that would be too hard to document. What makes you think that?
    Also: try first with 1 line to import and with the minimal amount of fields and go from there.

    Thread Starter mlplus

    (@mlplus)

    Yes, that solved the import of members, but one strange thing happens. The corresponding person is also created but ends up in the trash ??

    Plugin Author Franky

    (@liedekef)

    Yes, that’s because the status-column of your lines conflict with the status to be set for the person. But since for imports the status should be active, this should help:

    https://plugins.trac.www.ads-software.com/changeset/2179571/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSV import members’ is closed to new replies.