Export Content From WP
NetCore3 & MVC Web Solution - Export WP Blog from UI (minimal) Interface
NetCore console app - fast test with appsettings.json for setting
{
"PluginExport": {
"WooCommerce": true,
"Yoast": true
},
"WPSource": {
"DB_NAME": "wpexportcontent",
"DB_USER": "root",
"DB_PASSWORD": "",
"DB_HOST": "localhost",
"TABLE_PREFIX": "wpej_"
},
"OUTFile": {
"DirtyExportFile": "z:\\wpDirtyExportFile.json",
"ExportFile": "z:\\wpExportFile.json",
"SQLServerConnection": "",
"MySQLServerConnection": "Server=XXX;Database=XXX;Uid=XXX;Pwd=XXX;Port=3306"
}
}
PluginExport / WooCommerce : set "true" if you want to export products (no orders)