Title: Query Application Data Export
Last modified: August 21, 2016

---

# Query Application Data Export

 *  [SIGEPJEDI](https://wordpress.org/support/users/joshcarricorockybrandscom/)
 * (@joshcarricorockybrandscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/query-application-data-export/)
 * I am running WP 3.6 and Job Manager Version 0.7.20. I am trying to setup a query
   to automatically export applications on a monthly basis. What tables does Job
   Manager use in storing the user data?
 * [http://wordpress.org/plugins/job-manager/](http://wordpress.org/plugins/job-manager/)

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

 *  Thread Starter [SIGEPJEDI](https://wordpress.org/support/users/joshcarricorockybrandscom/)
 * (@joshcarricorockybrandscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/query-application-data-export/#post-4021868)
 * Additionally, I understand how Posts and PostMeta are being used but I am trying
   to tie back the postmeta.meta_key for data values to the Job Managers Job entry
   list of questions. Not sure where this is stored.
 *  Thread Starter [SIGEPJEDI](https://wordpress.org/support/users/joshcarricorockybrandscom/)
 * (@joshcarricorockybrandscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/query-application-data-export/#post-4021968)
 * Adding my findings:
 * JOB APPLICATIONS:
    The main record, or Application ID (Interface URL appid=),
   is in WP POSTS Table
 * SELECT * FROM `posts` WHERE post_type = ‘jobman_app’
 * APPLICATION DATA:
    All submitted application data is contained in the WP POSTMETA
   Table. This may be referenced back to the main POST Application ID (appid or 
   posts.id).
 * ——————————–
    THIS SECTION I AM NOT CERTAIN OF ——————————–
 * APPLICATION FORM SETTINGS (LABEL DATA):
    This information is contained in the
   WP OPTIONS Table. WHERE option_name = jobman_options
 * ——————————–
    THIS SECTION I AM NOT CERTAIN OF ——————————–
 * The last piece that would be required would be to tie back the users application
   answers/data (POSTMETA) to the original application form questions (OPTIONS).
 * I am not familiar with how information is used from a WP Plugin perspective.

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

The topic ‘Query Application Data Export’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/job-manager_2792c3.svg)
 * [Job Manager](https://wordpress.org/plugins/job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/job-manager/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [SIGEPJEDI](https://wordpress.org/support/users/joshcarricorockybrandscom/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/query-application-data-export/#post-4021968)
 * Status: not resolved