I discovered in phpmyadmin that UPME is saving the data in wp_usermeta, in a meta_key called upme_search_cache
I don’t know if that helps.
dblatner,
Yes this is possible but we have to know which keys are being used.
If all data is saved in only one key… this is not possible (as the plugin is made currently).
But yes, I thing this is a cache and not the complete data, can you have a look at the wp_usermeta table for a user with data filled and look there which keys are being used?
It looks like all the data may be in one key.
The meta_key is:
_upme_search_cache
And the meta_value looks like (I have changed the true personal information):
first_name::Michael||last_name::Smith||role::subscriber||role::bbp_participant||twitter::smith||mem_label::Attendee||upme_activation_status::ACTIVE||upme_approval_status::ACTIVE||mem_country_select::United States||mem_title::Manager||mem_title::Designer||mem_company::Smith Inc||mem_bio::||mem_phone::||mem_city::Los Angeles||mem_state::CA||upme_user_profile_status::ACTIVE||mem_industry_s::Software Developer||mem_attend2::||mem_pepcon::||mem_ywutk::||mem_hearidc::||user_pic::http://conference.com/wp-content/uploads/upme/1318307_Smith_Tw.jpg||mem_interests::Design||mem_interests::Hiking||mem_interests::Illustrator||mem_interests::Photography||mem_interests::Photoshop||display_name::Michael Smith||attended::2015||username::smith3@example.com
I can put all that data into one “cell” in the CSV (I would make it a “calculation cell” in the excel document). Would that work?
dblatner,
No the plugin is not designed to work with this kind of information (really bad organised but each developer and each plugin is a different world, but this goes against all WordPress standards).
We can do a new plugin to solve it, if yes, tell me in carazo AT gmail DOT com.
I will be on a trip from today to the next Monday (14th so maybe I cannot answer you as soon as I wanted).