Downloading a copy of your list: Difference between revisions

From HAA Best Practices Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 3: Line 3:
* Go to lists, on the main PHPList menu;
* Go to lists, on the main PHPList menu;
* Select 'View members' for the list you want to download;
* Select 'View members' for the list you want to download;
* Click on "downlad users on this list as a csv file, to download the list.
* Click on "download users on this list as a csv file", to download the list.


NOTE: Since the list is coming from a Unix sever it is in a Unix format.  It is a tab-delimited file with Line Feed characters between lines.  Windows programs prefer Carriage Return/Line Feed pairs.  You can convert to the Windows format using a program like Unix2DOS.  You can download this free [http://download.cnet.com/Unix2DOS/3000-2381_4-10488164.html here].
NOTE: Since the list is coming from a Unix sever it is in a Unix format.  It is a tab-delimited file with Line Feed characters between lines.  Windows programs prefer Carriage Return/Line Feed pairs.  You can convert to the Windows format using a program like Unix2DOS.  You can download this free [http://download.cnet.com/Unix2DOS/3000-2381_4-10488164.html here].

Latest revision as of 20:58, 26 April 2011

You can download a copy of any of your PHPList lists. Here's how:

  • Go to lists, on the main PHPList menu;
  • Select 'View members' for the list you want to download;
  • Click on "download users on this list as a csv file", to download the list.

NOTE: Since the list is coming from a Unix sever it is in a Unix format. It is a tab-delimited file with Line Feed characters between lines. Windows programs prefer Carriage Return/Line Feed pairs. You can convert to the Windows format using a program like Unix2DOS. You can download this free here.


Return to Bulk Email How-to's