Forums

download profile information (6 posts)

  1. kbalia8
    Member
    Posted 8 months ago #

    Hi!

    I need your help. In my wordpress site during the registration i ask for some important datas such as where the user works, in what position, what is his/her phonenumber which can be found on the members profile. How can I download these datas? Can I export them into a database?

    Thanks!

  2. NateJacobs
    Member
    Posted 8 months ago #

    This plugin appears to let you download which ever table from the database you wish into a .csv. The extra user information is stored in the _usermeta table.

  3. kbalia8
    Member
    Posted 8 months ago #

    I've already tried this, but it doesnt work. The datas dont appear when i open the CSV file in excel. Is it because of the excel (2011)? What program can open these files correctly?

    But thanks for the answer anyway:)

  4. NateJacobs
    Member
    Posted 8 months ago #

    If you open the file using a text editor do you see the data?

  5. kbalia8
    Member
    Posted 8 months ago #

    No:(

  6. NateJacobs
    Member
    Posted 8 months ago #

    If you can't get the plugin to work you can try using phpMyAdmin.

    http://codex.wordpress.org/Backing_Up_Your_Database#Backup_Process_with_phpMyAdmin

    Instead of the whole database you can export just the usermeta table as a .csv.

Reply

You must log in to post.

About this Topic