Exporting to CSV
-
I was looking to code my own stand-alone export tool. I got as far as figuring out where the quiz questions & answers data can be found within wp_postmeta with meta_key=’question_data’, but the actual data value is very cryptic-looking not-quite-JSON. A jumble of fields with what looks like integer/string types and field sizes.
a:11:{s:11:"question_id";a:5:{s:4:"name";s:11:"question_id";s:4:"type";s:7:"integer";s:8:"required" ... etcIs that format designed by you for this quiz plugin? Is it documented anywhere? or maybe it’s a wordpress thing I should know about (I’m not really a wordpress developer so apologies if this is a stupid question)
The topic ‘Exporting to CSV’ is closed to new replies.