Can I move Custom Post data to a Custom Table?

Hi @avidflow,
Currently our plugin does not support migration of existing data. It stores data in a custom table whenever you update an article.

You can follow these steps to import existing data to custom table:

  1. Export postmeta data to CSV.
    Install the WP ALL EXPORT plugin. Export the existing ACF data, with each ACF field value corresponding to a separate column in CSV format. Additionally, include the post ID as a separate column labeled “post_id” during export.
  2. Open exported CSV and verify CSV column names with custom table columns
  3. Import this CSV into the custom table using database GUI tools like TablePlus, phpMyAdmin.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer