PDA

View Full Version : Export users to CSV file?


pewa
10-01-2015, 05:41 PM
Im starting a newsletter and need all my user(name and email adress) in a CSV file.

Is there any easy way to do this?

Dave
10-01-2015, 08:59 PM
Well there's a tool called "Generate Mailing List" under "Users" in the AdminCP. That is used to generate a CSV of the email addresses. I don't think it has support for custom fields.

If you really need other fields in it, you'll have to create your own script.

Gio~Logist
10-02-2015, 01:42 PM
Ask your host to access to your phpmyadmin (assuming they have it installed) and you'll be able to do this and much more :up:

pewa
10-07-2015, 05:45 PM
Well there's a tool called "Generate Mailing List" under "Users" in the AdminCP. That is used to generate a CSV of the email addresses. I don't think it has support for custom fields.

If you really need other fields in it, you'll have to create your own script.

Email adresses was enough, thanks!