Importing Subscribers: A Quick Tutorial


If you already have an existing mailing list that you'd like to import, then follow these steps. Firstly, you will need to export your subscriber list from your other mailing program. You should export your subscriber list into a CSV (comma separated value) file. A CSV file will contain a list of your subscribers details in a line-by-line format, such as:

     user1@site.com,MALE,Y,20030101
     user2@site.com,FEMALE,N,20031014
     user3@site.com,MALE,N,20020706

The example above includes three records, and each record is separated with a new line. Each record contains four fields, and each field is separated with a comma. The CSV file will typically have a .CSV or .TXT file extension. Start by clicking on the "Browse..." button in the form to select your CSV file from your hard drive.

Next, you will need to choose the newsletter format that your subscriber list should be flagged to receive. If you're going to create a text-based newsletter, then choose the text option. If you are going to create newsletters with rich text, images, links, etc, choose the HTML option.

Now comes the status field. Basically, you can have subscribers marked as active or inactive. When you come to send a newsletter, you can choose which type of subscribers (active or inactive) should receive it. Generally, you should choose the active option when importing your list of subscribers.

The "Field Separator" character is used to specify how each field in your records is separated. For example, if you have a line in your CSV file that looks like this:

     user1@site.com,MALE,Y,20030101

.. then the field separator would be the comma, as it separates each field in the record. If you exported into a CSV file format, then a "record" is basically the content of a single line. Other popular field separators include the space and semi-colon characters. You should enter the field separator character used in your CSV file in the "Field Separator" text box.

The record separator character is used in much the same way as the field separator character, expect that it is used to separate records instead of fields. The most popular record separator is a new line. Other popular record separators include the pipe character "|", the semi-colon, and the underscore character. You should enter the record separator used in your CSV file into the "Record Separator" text box.

Some programs also give you the option to ouput a line containing field headers into your CSV file. If your CSV file contains a line of headers, it will look something like this:

     email,first_name,last_name,sex,salary

If this is the case, tick the "Contains Headers" checkbox. These headers will then be shown on the next page to help you decide which import fields to link to which subscriber fields.

Close window »