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!
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.
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:)
If you open the file using a text editor do you see the data?
kbalia8
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.