Duplicate and missing products in export
-
I have a database with 1,049 WooCommerce products (simple and variable combined).
When I export the products with the built in WooCommerce export functionality, it exports 1,052 rows, including many duplicates, some of which are duplicated more than once.
When I export the products with the plugin, it exports 1,049 rows, many of which are duplicates, some of which are duplicated more than once.
In the first two cases, it is clear that many products are not exported at all.
When I do a straight dump from SQL (SELECT * FROM
lfbr4_posts
WHERE post_type = ‘product’), all 1,049 unique products are visible.All of the data has been pasted into this spreadsheet on three separate tabs – https://docs.google.com/spreadsheets/d/1qulnEj_PdFsMPIBFhgCp2WVNpmN9KFd5Yk5-hCuwm6g/edit?usp=sharing.
I have no idea what is going on. Do you have any thoughts?
- The topic ‘Duplicate and missing products in export’ is closed to new replies.