<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Product Import In Magento Alongwith Updating The Attribute&#039;s Options</title>
	<atom:link href="http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/</link>
	<description>PHP &#38; Magento Tips and Tutorials</description>
	<lastBuildDate>Thu, 17 May 2012 05:29:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-185</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-185</guid>
		<description>Do the attributes have to already exist and be assigned to the correct attribute set for this to work? I got this working and it imports products but there are still many attributes missing after the import.</description>
		<content:encoded><![CDATA[<p>Do the attributes have to already exist and be assigned to the correct attribute set for this to work? I got this working and it imports products but there are still many attributes missing after the import.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magento Import &#124; Kitten Village</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-184</link>
		<dc:creator>Magento Import &#124; Kitten Village</dc:creator>
		<pubDate>Thu, 28 Apr 2011 11:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-184</guid>
		<description>[...] http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/" rel="nofollow">http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yigal</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-183</link>
		<dc:creator>Yigal</dc:creator>
		<pubDate>Sun, 06 Mar 2011 15:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-183</guid>
		<description>No, I gave up on this method and used this one:
http://www.magentocommerce.com/boards/viewthread/9391/P0/</description>
		<content:encoded><![CDATA[<p>No, I gave up on this method and used this one:<br />
<a href="http://www.magentocommerce.com/boards/viewthread/9391/P0/" rel="nofollow">http://www.magentocommerce.com/boards/viewthread/9391/P0/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lonypny</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-182</link>
		<dc:creator>lonypny</dc:creator>
		<pubDate>Sun, 05 Dec 2010 23:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-182</guid>
		<description>Yigal, did you figure out how to get a proper single select?</description>
		<content:encoded><![CDATA[<p>Yigal, did you figure out how to get a proper single select?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yigal</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-181</link>
		<dc:creator>Yigal</dc:creator>
		<pubDate>Wed, 27 Oct 2010 15:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-181</guid>
		<description>Help! just as I thought I figured it out I found that all the options are just &quot;Array&quot; so now I got thousands of &quot;array&quot; options but not a single proper one.</description>
		<content:encoded><![CDATA[<p>Help! just as I thought I figured it out I found that all the options are just &#8220;Array&#8221; so now I got thousands of &#8220;array&#8221; options but not a single proper one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yigal</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-180</link>
		<dc:creator>Yigal</dc:creator>
		<pubDate>Wed, 27 Oct 2010 13:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-180</guid>
		<description>I just had 2 days of clueless guessing why I keep getting:
Method “save” not defined in adapter

So for future reference you should know that the adapter path  is always lowercase and is built like that:
_ means &quot;/&quot;
/ means &quot;/Model&quot;
PHP file should be lowercase and without &quot;.php&quot; extension
So when you put the path to the Import.php inside your Model directory, if the directory looks like that:
/app/code/local/Namespace/Module/Model/Import.php
the adapter path would be:
module/import

I also recommend using the Module Creator from here:
http://www.magentocommerce.com/magento-connect/Daniel+Nitz/extension/1108/modulecreator

Other than that, Thank you Subesh! you saved tons of manual work.</description>
		<content:encoded><![CDATA[<p>I just had 2 days of clueless guessing why I keep getting:<br />
Method “save” not defined in adapter</p>
<p>So for future reference you should know that the adapter path  is always lowercase and is built like that:<br />
_ means &#8220;/&#8221;<br />
/ means &#8220;/Model&#8221;<br />
PHP file should be lowercase and without &#8220;.php&#8221; extension<br />
So when you put the path to the Import.php inside your Model directory, if the directory looks like that:<br />
/app/code/local/Namespace/Module/Model/Import.php<br />
the adapter path would be:<br />
module/import</p>
<p>I also recommend using the Module Creator from here:<br />
<a href="http://www.magentocommerce.com/magento-connect/Daniel+Nitz/extension/1108/modulecreator" rel="nofollow">http://www.magentocommerce.com/magento-connect/Daniel+Nitz/extension/1108/modulecreator</a></p>
<p>Other than that, Thank you Subesh! you saved tons of manual work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-179</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 21 Apr 2010 08:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-179</guid>
		<description>I changed line 216 of import.php from
			 			$setValue=$this-&gt;updateSourceAndReturnId($field,trim($value));

to
			 			$setValue=$this-&gt;updateSourceAndReturnId($field,$value);

and now it seems to be importing ok... Could you confirm if this was the right thing to do and if you can see any potential problems?

Thanks again for a great bit a work... will save me loads of time.</description>
		<content:encoded><![CDATA[<p>I changed line 216 of import.php from<br />
			 			$setValue=$this-&gt;updateSourceAndReturnId($field,trim($value));</p>
<p>to<br />
			 			$setValue=$this-&gt;updateSourceAndReturnId($field,$value);</p>
<p>and now it seems to be importing ok&#8230; Could you confirm if this was the right thing to do and if you can see any potential problems?</p>
<p>Thanks again for a great bit a work&#8230; will save me loads of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-178</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-178</guid>
		<description>I am testing with Magento 1.4.0.1 and I am getting the following error after import has started for each product:

    * Notice: Array to string conversion in /home/administrator/Projects/magento/htdocs/app/code/local/SURE/ImportA/Model/Import.php on line 216

then no records were imported...

    * Processed 100% 7/7 records
    * Imported 0 records
    * Finished profile execution.

The format of the CSV is what Magento 1.4.0.1 has exported, I just added a couple of lines for testing so I guess the format of the CSV is correct.

Your help would be very much appreciated... thanks!</description>
		<content:encoded><![CDATA[<p>I am testing with Magento 1.4.0.1 and I am getting the following error after import has started for each product:</p>
<p>    * Notice: Array to string conversion in /home/administrator/Projects/magento/htdocs/app/code/local/SURE/ImportA/Model/Import.php on line 216</p>
<p>then no records were imported&#8230;</p>
<p>    * Processed 100% 7/7 records<br />
    * Imported 0 records<br />
    * Finished profile execution.</p>
<p>The format of the CSV is what Magento 1.4.0.1 has exported, I just added a couple of lines for testing so I guess the format of the CSV is correct.</p>
<p>Your help would be very much appreciated&#8230; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subesh Pokhrel</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-177</link>
		<dc:creator>Subesh Pokhrel</dc:creator>
		<pubDate>Fri, 12 Mar 2010 04:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-177</guid>
		<description>I&#039;ve uploaded the XLS sheet here plz check

http://spreadsheets.google.com/ccc?key=0Aji4wlRfG_gjdFEzRF9nVWFvZTRlMEZ5WGcxUWV4ZGc&amp;hl=en</description>
		<content:encoded><![CDATA[<p>I&#8217;ve uploaded the XLS sheet here plz check</p>
<p><a href="http://spreadsheets.google.com/ccc?key=0Aji4wlRfG_gjdFEzRF9nVWFvZTRlMEZ5WGcxUWV4ZGc&#038;hl=en" rel="nofollow">http://spreadsheets.google.com/ccc?key=0Aji4wlRfG_gjdFEzRF9nVWFvZTRlMEZ5WGcxUWV4ZGc&#038;hl=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://subesh.com.np/2009/11/product-import-in-magento-alongwith-updating-the-attributes-options/#comment-176</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=97#comment-176</guid>
		<description>Hi Subesh Thanks. I will be doing the testing in ver1.4.01.. What really could help is if someone could:
1. provide a sample CSV file
2. What Headings we would add for the spreadsheet especially for attribute options

Thanks in advance for all your help, and thank you Subesh for your knowledge sharing on this blog.</description>
		<content:encoded><![CDATA[<p>Hi Subesh Thanks. I will be doing the testing in ver1.4.01.. What really could help is if someone could:<br />
1. provide a sample CSV file<br />
2. What Headings we would add for the spreadsheet especially for attribute options</p>
<p>Thanks in advance for all your help, and thank you Subesh for your knowledge sharing on this blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

