php - Import Dataflow Profile not importing product correctly -
i'm trying import
product magento
using dataflow profiles
. after uploading , running file, successful message, don't see products under admin->catalog->manage products
. went database see if appeared in catalog_product_entity
. appears, sku
null
(it isn't null in csv file). suspect why it's not showing in admin->catalog->manage products
, when change sku
still doesn't show up. have following:
dataflow profile
success message
database screenshot - entity_ids 9-20 attempts
i've tried following:
- changing
sku
value in database othernull
cleared cache , reindexed - confirmed
image
imported each time tried import. - i confirmed of fields imported database, such
type
. don't know other fields prevent image showing inmanage products
.
anyone know possible reason?
1 - after make changes directly db should clear cache , ro reindex in magento
2 - if use excel csv - magento profile should have csv seperator set ";"
Comments
Post a Comment