//load csv file
$this->_csvAdapter = Mage::getModel('ImportExport/import_adapter_csv', $filepath);
while($this->_csvAdapter->valid())
{
$data = $this->_csvAdapter->current(); //get current line point
$color = $data[self::COLOR]; //get data by key
$this->_csvAdapter->next(); // to next line
}
【文章作者】曾健生
【作者邮箱】zengjiansheng1@126.com
【作者QQ】190678908
【作者博客】blog.youkuaiyun.com/newjueqi