My development site has posts with custom fields. Meanwhile my live site has more posts added while I'm working on my development site. Now I want to export posts with specific custom fields from live site and import those posts to my development site.
I do not want to do this using WP export/import tool. I want to do this by sql.
That means I will export tables from live site and import those to my development site. Keep in mind that I want specific custom fields.
My questions are :
What should be the best approach do achieve this goal???
Which tables do I need to export from the live site???
What should I do about post authors and post terms???
Thanks In Advance