Importing members from a CSV file

This page shows you how to import email addresses from a CSV file.

Email addresses that are already members can either be skipped or updated with new data (that is demographic information), so importing members can be used as a way of updating current members with additional information.

A CSV file has the information you like to import in a CSV (comma-separated values) format. The first row of the file tells Aurea List Manager which field the data in each column should be imported into. For example:

EmailAddr_,FullName_,Company,Phone
bob@example.com,Bob Shelby,Shelby Corp.,555-555-5555

In this example, EmailAddr_ and FullName_ correspond to the default database fields in the members_ table for email addresses and full names.

Additional fields called Company and Phone have been added to this members_ table, so this information can also be imported into each member's record. (These fields are not provided by default; you need to add them to your members_ table if you like to store this information).

The EmailAddr_ column name is required. You may add other data if you like. Some default members_ table fields which you may want to include in your import are here: