php - Magento : Problem in Importing the csv file -


i have csv file 2 records. when try upload file through magento upload module it's uploading more 196 records. crossed check in file 2 records there. what's problem? it's related cache or index something?? reference attached screenshot of page also.

enter image description here

you have records stuck in dataflow_batch_import reimporting.

it's common problem have stuff stuck in dataflow_batch_(import|export) , nexcess has nice cleanout tool here. dataflow batch table cleanout

you can monitor various log tables bloat , @ dataflow table contents script see if have stuck items before doing import. log table monitor

dataflow import keeps each import file you've uploaded (var/import littered these unless manually delete them). make sure choosing latest file you've uploaded when go run profile. numbers @ front of file names in dropdown list date/time stamps.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -