I\'ve trying to import a products list to magento. In the firsts test, I got success, but the products were not showing up in back or front office.
After redo the impor
You also need to add:
TRUNCATE TABLE catalog_product_entity;
Otherwise you will get integrity constraint errors.