sql - How to export serialized data from Wordpress -


i use advanced custom fields , acf repeater field plugins wordpress, , i'm having problems getting serialized data in sql , excel.

i build base of children russian medical institutions. planned worker institution can add child database , add services child got there. these checkboxes services. key function me repeater field, allows create new amount of services.

close problem. in database saved serialized, this. export posts , meta excel using sql query , serialized data there too. query:

select distinct post_title ,(select meta_value kr_postmeta kr_postmeta.meta_key = 'birth_day' , kr_postmeta.post_id = kr_posts.id) "birth_day" kr_posts post_type = 'post'  group post_title order post_title desc 

and can’t expect see solution, of them seem impracticable. might be:

  • changing way of writing multiple data in acf, don't serialized data.
  • enhance export unserialized data.
  • unserialize data in csv file.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -