Importing posts content from csv

I want to export some specific posts from my database (csv or sql) and then replace content to these and import them back without changing the id number of the posts.I s this possible to do it and if it is, how?

Thank you in advance.

Topic phpmyadmin Wordpress

Category Web


The easiest way you can export and importing post content is by using these two plugins:

  1. Export WordPress data to XML/CSV
  2. Import any XML or CSV File to WordPress

You can use the first plugin to export your desired posts from the database. Then use the second plugin to import them back.


You can use wp all export to export posts, change content. Them import them back with wp all import. Use update existing post option and chose to unique ID to be post title and to update only content field.. So it will find post with same title, it won't change it and just update content.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.