Skip to main content

[Flex] Few Examples of Import Members

Krasto Milchev avatar
Written by Krasto Milchev
Updated over 10 months ago

Importing members might get complicated depending on your data and use cases. Sometimes, importing the right membership or member/company properties can be tricky. Here are a few examples that show exactly which columns must be filled to import certain data:

  1. Import an individual with an email - just set values in Name and Email columns. The following CSV will import a single member with name Andrew and email [email protected]

    importMembers_example1.png

  2. Import a company with email - Set values in Company and Company Email columns. The following CSV will import a single company with name OfficeR&D and email [email protected]

    importMembers_example2.png

  3. Import a member and assign it to a company - Set values in Name and Company columns. The following CSV will import a single company with name OfficeR&D and a single member with name Andrew. It will then assign the member to the company.

    importMembers_example3.png

  4. Import a membership and assign it to a member in a company - Set values in Name, Company, Plan, Start Date, Price, and Quantity columns. The following CSV will import a member with name Andrew, assign it to a company OfficeR&D, then create 3 memberships with plan Hotdesk starting on Nov 30th 2017, that cost $150.

    importMembers_example4.png
Did this answer your question?