Title: How to export complete user data?
Last modified: May 15, 2020

---

# How to export complete user data?

 *  Resolved [tiicaa](https://wordpress.org/support/users/tiicaa/)
 * (@tiicaa)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-export-complete-user-data/)
 * Hello, how can I add columns in the analysis menu of sensei? When I export data
   to track progress, only the user’s login name and email are shown, but for a 
   complete export I need user data, such as First name, last name, email, website.
   
   It is all the user’s primary data when being registered on the platform. This
   is really important.
 * How could that be possible?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [Dan (a11n)](https://wordpress.org/support/users/drawmyface/)
 * (@drawmyface)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-export-complete-user-data/#post-12852360)
 * Hi there
 * It may be possible with the `sensei_analysis_course_columns` and then `sensei_analysis_course_column_data`,
   for example. You’re given the table object and you’d need to sniff `$table->csv_output`
   to determine if this is for the HTML view or the CSV download.
 * There are corresponding filters for lessons and users.
 * Hope that helps!
 *  Thread Starter [tiicaa](https://wordpress.org/support/users/tiicaa/)
 * (@tiicaa)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-export-complete-user-data/#post-12877595)
 * Where to find the filters? As it is necessary to export, it is necessary to have
   more student data, such as name, surname, e-mail, telephone, address
    I did a
   test and I can create a column with a new item. 🙂 I made changes to the class-
   sensei-analysis-overview-list-table.php file I can’t create an item like this
   as a child, so I don’t lose those settings in the update? In addition, the student
   base is very large. Do we have the option to export CSV for only a few users 
   and not all?
    -  This reply was modified 6 years, 1 month ago by [tiicaa](https://wordpress.org/support/users/tiicaa/).
    -  This reply was modified 6 years, 1 month ago by [tiicaa](https://wordpress.org/support/users/tiicaa/).
 *  Plugin Support [Dan (a11n)](https://wordpress.org/support/users/drawmyface/)
 * (@drawmyface)
 * [6 years ago](https://wordpress.org/support/topic/how-to-export-complete-user-data/#post-12944537)
 * > Where to find the filters?
 *     ```
       sensei_analysis_lesson_columns
       sensei_analysis_lesson_column_data
       sensei_analysis_user_columns
       sensei_analysis_user_column_data
       ```
   
 * > I can’t create an item like this as a child, so I don’t lose those settings
   > in the update?
 * No, you would need to use the filters in a separate function in your theme.
 * > In addition, the student base is very large. Do we have the option to export
   > CSV for only a few users and not all?
 * This would also need to be custom coded. If you need assistance, you may want
   to look into one of these services:
 * [https://codeable.io/](https://codeable.io/)
 * [http://studio.envato.com/](http://studio.envato.com/)
 * [https://jobs.wordpress.net/](https://jobs.wordpress.net/)
 * Thanks!
 *  Thread Starter [tiicaa](https://wordpress.org/support/users/tiicaa/)
 * (@tiicaa)
 * [6 years ago](https://wordpress.org/support/topic/how-to-export-complete-user-data/#post-12954636)
 * I do not understand, Sensei LMS should not provide this support, after all this
   is an improvement. A website with a large number of users is not a very good 
   concept to be forced to export the entire user base to have only a few students’
   report.
    -  This reply was modified 6 years ago by [tiicaa](https://wordpress.org/support/users/tiicaa/).
 *  Plugin Support [Dan (a11n)](https://wordpress.org/support/users/drawmyface/)
 * (@drawmyface)
 * [6 years ago](https://wordpress.org/support/topic/how-to-export-complete-user-data/#post-12972246)
 * You’re welcome to submit a feature request for this on our Github issue tracker:
   
   [https://github.com/Automattic/sensei/issues/new/choose](https://github.com/Automattic/sensei/issues/new/choose)

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How to export complete user data?’ is closed to new replies.

 * ![](https://ps.w.org/sensei-lms/assets/icon-128x128.gif?rev=2914239)
 * [Sensei LMS - Online Courses, Quizzes, & Learning](https://wordpress.org/plugins/sensei-lms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sensei-lms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sensei-lms/)
 * [Active Topics](https://wordpress.org/support/plugin/sensei-lms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sensei-lms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sensei-lms/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Dan (a11n)](https://wordpress.org/support/users/drawmyface/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/how-to-export-complete-user-data/#post-12972246)
 * Status: resolved