Log in

View Full Version : Downloading User Profiles into Excel, etc?


pmk
08-31-2007, 11:47 AM
Sorry if this question has been asked a million times but I couldn't find anything using the forum search.

Which add on or plug in would allow me to download all the User Profile info into an Excel file or tab delimited file. I have a number of custom fields for address and contact info that I would like to access using MS Excel or Access.

Thank you.

pmk

djdonx
08-31-2007, 12:02 PM
Do you mean like, downloading your memberlist?

Or all the users custom fields aswell?

pmk
08-31-2007, 12:15 PM
Yes, I would like to download all the info people use during the subscription processs, including the custom fields I've created: name, address, phone, email, etc.... I also have a custom "yes/no" field indicating if they are members of the organization that sponsors the forum.

pmk

pmk
09-04-2007, 04:46 PM
Can't anyone help? I would think that a bunch of people would want to download subscriber info into their own database so they can analyze their subscriber base, etc.

Perhaps it's so easy that I'm missing something....

Thank you.

pmk

Paul M
09-04-2007, 06:16 PM
There is no such plugin that I have ever seen. I would think anyone who want's to do this would just extract the table direct from mysql using phpmyadmin (save it as a csv file).

towermatt
09-04-2007, 06:38 PM
Yep, there are all kinds of products to "report" against an SQL database. Obviously, the easiest choice is above.