<?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: Aggregating Seller Feedback from Amazon.com</title>
	<atom:link href="http://timlaqua.com/2008/04/aggregating-seller-feedback-from-amazoncom/feed/" rel="self" type="application/rss+xml" />
	<link>http://timlaqua.com/2008/04/aggregating-seller-feedback-from-amazoncom/</link>
	<description>Thoughts and Code from Tim Laqua</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bobby</title>
		<link>http://timlaqua.com/2008/04/aggregating-seller-feedback-from-amazoncom/comment-page-1/#comment-3251</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Mon, 30 May 2011 15:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=4#comment-3251</guid>
		<description>oops ... try again on the first section....

&lt;pre&gt;strRecordPattern =&quot;&quot;(\d\d?/\d\d?/\d{4}).*?&quot;&quot; &amp; _&lt;/pre&gt;
&lt;pre&gt;                            &quot;&lt;b&gt;&lt;\d)&lt;/b&gt;.*?&quot; &amp; _&lt;/pre&gt;
&lt;pre&gt;                            &quot;&lt;/a&gt;(.*?).*?&quot; &amp; _&lt;/pre&gt;
&lt;pre&gt;							&quot;&quot;orderID=(.*?)&quot;&quot;&gt;(.*?)&lt;/a&gt;.*?&quot;&quot; &amp; _&lt;/pre&gt;
&lt;pre&gt;                            &quot;buyerID=(.*?)&quot;&quot;&gt;(.*?)&lt;/a&gt;&quot;&lt;/pre&gt;

If I&#039;m not smart enough to get the HTML to show correctly this time I&#039;m sure you can..... here goes....</description>
		<content:encoded><![CDATA[<p>oops &#8230; try again on the first section&#8230;.</p>
<pre>strRecordPattern =""(\d\d?/\d\d?/\d{4}).*?"" &amp; _</pre>
<pre>                            "<b>&lt;\d)</b>.*?" &amp; _</pre>
<pre>                            "(.*?).*?" &amp; _</pre>
<pre>							""orderID=(.*?)""&gt;(.*?).*?"" &amp; _</pre>
<pre>                            "buyerID=(.*?)""&gt;(.*?)"</pre>
<p>If I&#8217;m not smart enough to get the HTML to show correctly this time I&#8217;m sure you can&#8230;.. here goes&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://timlaqua.com/2008/04/aggregating-seller-feedback-from-amazoncom/comment-page-1/#comment-3250</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Mon, 30 May 2011 15:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=4#comment-3250</guid>
		<description>Could you maybe update this.... I&#039;m trying but I don&#039;t know .vbs.

I only want to do 1 seller... so no looping
i don&#039;t need the pop up windows telling me what&#039;s going on..

I tried changing the section to:

  strRecordPattern = &quot;(\d\d?/\d\d?/\d{4}).*?&quot; &amp; _
                            &quot;&lt;b&gt;&lt;\d)&lt;/b&gt;.*?&quot; &amp; _
                            &quot;&lt;/a&gt;(.*?).*?&quot; &amp; _
			    &quot;orderID=(.*?)&quot;&quot;&gt;(.*?)&lt;/a&gt;.*?&quot; &amp; _
                            &quot;buyerID=(.*?)&quot;&quot;&gt;(.*?)&lt;/a&gt;&quot;
  
  intTimerStart = Timer
 
  &#039; Create the output file
  strFileName = &quot;ASFBack_&quot; &amp; strSeller &amp; &quot;.csv&quot;
  Set objFSO = CreateObject(&quot;Scripting.FileSystemObject&quot;)
  Set objTextFile = objFSO.CreateTextFile(strFileName, True)
 
  &#039; Write column headers
  objTextFile.WriteLine &quot;Date,Rating,Comment,OderID,Buyer&quot;

and then the page section to:

Function getFeedback(intFeedbackPage)
  strURL =   &quot;https://sellercentral.amazon.com/gp/feedback-manager/view-all-feedback.html?&quot; &amp; _
        &quot;ie=UTF8&amp;&quot; &amp; _
        &quot;sortType=sortByDate&amp;&quot; &amp; _
        &quot;pageSize=50&amp;&quot; &amp; _
        &quot;dateRange=&amp;&quot; &amp; _
        &quot;currentPage=&quot; &amp; intPage &amp; &quot;&amp;&quot; &amp; _
        &quot;descendingOrder=1&quot;

I know it also needs to change out... objMatch.SubMatches

I would appreciate any help........</description>
		<content:encoded><![CDATA[<p>Could you maybe update this&#8230;. I&#8217;m trying but I don&#8217;t know .vbs.</p>
<p>I only want to do 1 seller&#8230; so no looping<br />
i don&#8217;t need the pop up windows telling me what&#8217;s going on..</p>
<p>I tried changing the section to:</p>
<p>  strRecordPattern = &#8220;(\d\d?/\d\d?/\d{4}).*?&#8221; &amp; _<br />
                            &#8220;<b>&lt;\d)</b>.*?&#8221; &amp; _<br />
                            &#8220;(.*?).*?&#8221; &amp; _<br />
			    &#8220;orderID=(.*?)&#8221;"&gt;(.*?).*?&#8221; &amp; _<br />
                            &#8220;buyerID=(.*?)&#8221;"&gt;(.*?)&#8221;</p>
<p>  intTimerStart = Timer</p>
<p>  &#8216; Create the output file<br />
  strFileName = &#8220;ASFBack_&#8221; &amp; strSeller &amp; &#8220;.csv&#8221;<br />
  Set objFSO = CreateObject(&#8220;Scripting.FileSystemObject&#8221;)<br />
  Set objTextFile = objFSO.CreateTextFile(strFileName, True)</p>
<p>  &#8216; Write column headers<br />
  objTextFile.WriteLine &#8220;Date,Rating,Comment,OderID,Buyer&#8221;</p>
<p>and then the page section to:</p>
<p>Function getFeedback(intFeedbackPage)<br />
  strURL =   &#8220;https://sellercentral.amazon.com/gp/feedback-manager/view-all-feedback.html?&#8221; &amp; _<br />
        &#8220;ie=UTF8&amp;&#8221; &amp; _<br />
        &#8220;sortType=sortByDate&amp;&#8221; &amp; _<br />
        &#8220;pageSize=50&amp;&#8221; &amp; _<br />
        &#8220;dateRange=&amp;&#8221; &amp; _<br />
        &#8220;currentPage=&#8221; &amp; intPage &amp; &#8220;&amp;&#8221; &amp; _<br />
        &#8220;descendingOrder=1&#8243;</p>
<p>I know it also needs to change out&#8230; objMatch.SubMatches</p>
<p>I would appreciate any help&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rickh</title>
		<link>http://timlaqua.com/2008/04/aggregating-seller-feedback-from-amazoncom/comment-page-1/#comment-2</link>
		<dc:creator>rickh</dc:creator>
		<pubDate>Fri, 11 Apr 2008 06:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=4#comment-2</guid>
		<description>Your blog is very informative, I have learned so much from it. It is like daily newspaper :). Added to fav’s.</description>
		<content:encoded><![CDATA[<p>Your blog is very informative, I have learned so much from it. It is like daily newspaper <img src='http://timlaqua.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Added to fav’s.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

