Hello,
It might help if we can look at your setup. Please post your site URL and WP Admin credentials in a private reply so we can see your settings.
If you are asking how to move listings from one CPT to another, then there is built in export and import for listings.
https://wpgeodirectory.com/docs/core-export/
If you want to automate that in some way, you could add a custom field checkbox for ‘export’ and then build an app against the REST API to query for listings with that field, GET, and then POST to different CPT, and delete them.
Documentation for the API is here. https://wpgeo.directory/rest-api/
If you have questions about implementation for the API we will be happy to help.
For other questions about tables, we will need to see your settings.