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.
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
Post a Comment