<?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: Fixing Postcodes</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Fri, 10 May 2013 11:50:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jonathan Snook</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-433045</link>
		<dc:creator>Jonathan Snook</dc:creator>
		<pubDate>Sun, 28 Dec 2008 11:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-433045</guid>
		<description><![CDATA[Would the handling of the file be any different if the postal code data was wrapped in quotes, just like the text data? I&#039;d presume that Excel would assume it text in that case. But you know what happens when you assume...]]></description>
		<content:encoded><![CDATA[<p>Would the handling of the file be any different if the postal code data was wrapped in quotes, just like the text data? I&#8217;d presume that Excel would assume it text in that case. But you know what happens when you assume&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett Fitzgerald</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-430353</link>
		<dc:creator>Garrett Fitzgerald</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-430353</guid>
		<description><![CDATA[*answers own dumb question*

Ah, right, not all the world runs on Windows.

*headdesk*]]></description>
		<content:encoded><![CDATA[<p>*answers own dumb question*</p>
<p>Ah, right, not all the world runs on Windows.</p>
<p>*headdesk*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett Fitzgerald</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-430352</link>
		<dc:creator>Garrett Fitzgerald</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-430352</guid>
		<description><![CDATA[...and if we&#039;re talking text editors, how come nobody&#039;s mentioned &lt;a href=&quot;http://notepad-plus.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;Notepad++&lt;/a&gt; yet?]]></description>
		<content:encoded><![CDATA[<p>&#8230;and if we&#8217;re talking text editors, how come nobody&#8217;s mentioned <a href="http://notepad-plus.sourceforge.net/" rel="nofollow">Notepad++</a> yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett Fitzgerald</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-430351</link>
		<dc:creator>Garrett Fitzgerald</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-430351</guid>
		<description><![CDATA[When I worked at the mailshop, we&#039;d always import in Excel -- but then we&#039;d toss it over to Visual FoxPro, where we had all our manipulation routines. It became so second-nature to do the import without losing the leading zeros that I can&#039;t even tell you at this point how we did it. :-)]]></description>
		<content:encoded><![CDATA[<p>When I worked at the mailshop, we&#8217;d always import in Excel &#8212; but then we&#8217;d toss it over to Visual FoxPro, where we had all our manipulation routines. It became so second-nature to do the import without losing the leading zeros that I can&#8217;t even tell you at this point how we did it. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Walton</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-427178</link>
		<dc:creator>Nate Walton</dc:creator>
		<pubDate>Mon, 24 Nov 2008 15:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-427178</guid>
		<description><![CDATA[@Chuck: I found that with this zip code data set I was doing a lot of work in my text editor as well. I use TextMate, and the regular expression search and replace was invaluable.]]></description>
		<content:encoded><![CDATA[<p>@Chuck: I found that with this zip code data set I was doing a lot of work in my text editor as well. I use TextMate, and the regular expression search and replace was invaluable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erling Ormar Vignisson</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-427080</link>
		<dc:creator>Erling Ormar Vignisson</dc:creator>
		<pubDate>Mon, 24 Nov 2008 09:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-427080</guid>
		<description><![CDATA[No sooner had I read this article, acknowledged the problem... and later that very day, was I tasked with helping to solve this very problem! Nicely done ;)]]></description>
		<content:encoded><![CDATA[<p>No sooner had I read this article, acknowledged the problem&#8230; and later that very day, was I tasked with helping to solve this very problem! Nicely done ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Keller</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-427010</link>
		<dc:creator>Chuck Keller</dc:creator>
		<pubDate>Sun, 23 Nov 2008 17:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-427010</guid>
		<description><![CDATA[I found Excel&#039;s &#039;helpfulness&#039; to be maddening as well after having to clean up a client&#039;s mailing list. If you need to do specific manipulation to data in columns or rows that the import wizard cannot handle, set the data to text, select the column or row and copy-paste into BBEdit. In BBEdit you can do grep search and replace to further clean up your data before pasting it back into Excel. Not an elegant solution but it does work.]]></description>
		<content:encoded><![CDATA[<p>I found Excel&#8217;s &#8216;helpfulness&#8217; to be maddening as well after having to clean up a client&#8217;s mailing list. If you need to do specific manipulation to data in columns or rows that the import wizard cannot handle, set the data to text, select the column or row and copy-paste into BBEdit. In BBEdit you can do grep search and replace to further clean up your data before pasting it back into Excel. Not an elegant solution but it does work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Meyer</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425968</link>
		<dc:creator>Eric Meyer</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-425968</guid>
		<description><![CDATA[That &lt;em&gt;would&lt;/em&gt; be easier, &lt;a href=&quot;http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425934&quot; rel=&quot;nofollow&quot;&gt;Matt&lt;/a&gt;, if I weren&#039;t dealing with a planet&#039;s worth of postcodes.  I can&#039;t just assume five digits when some countries use four, some use a mixture of numbers and letters, and some use words with numbers.

Not to mention all the postcode data was hand-entered by survey-takers, so there might be just plain wrong entries, and I don&#039;t want to force-correct them into what might be completely inaccurate values.

So I really did need to open the file without any correction of the data, either by the program or by me.]]></description>
		<content:encoded><![CDATA[<p>That <em>would</em> be easier, <a href="http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425934" rel="nofollow">Matt</a>, if I weren&#8217;t dealing with a planet&#8217;s worth of postcodes.  I can&#8217;t just assume five digits when some countries use four, some use a mixture of numbers and letters, and some use words with numbers.</p>
<p>Not to mention all the postcode data was hand-entered by survey-takers, so there might be just plain wrong entries, and I don&#8217;t want to force-correct them into what might be completely inaccurate values.</p>
<p>So I really did need to open the file without any correction of the data, either by the program or by me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Rushton</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425934</link>
		<dc:creator>Matt Rushton</dc:creator>
		<pubDate>Thu, 20 Nov 2008 11:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-425934</guid>
		<description><![CDATA[An easier option is to just open the file in Excel.  Then select the column, choose Format Cells and then select the Custom Category.

Enter #0 and then as many additional 0s that you need to precede the numeric.

So where 1 is the cell value, #00 will show 01 and #000 will show 001.]]></description>
		<content:encoded><![CDATA[<p>An easier option is to just open the file in Excel.  Then select the column, choose Format Cells and then select the Custom Category.</p>
<p>Enter #0 and then as many additional 0s that you need to precede the numeric.</p>
<p>So where 1 is the cell value, #00 will show 01 and #000 will show 001.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Meyer</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425759</link>
		<dc:creator>Eric Meyer</dc:creator>
		<pubDate>Wed, 19 Nov 2008 18:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-425759</guid>
		<description><![CDATA[And yet, there are tons of people who have to use Excel and use it to open data from other sources, so perhaps this will be of some use to them.  Which is, as I said, part of why I posted it.]]></description>
		<content:encoded><![CDATA[<p>And yet, there are tons of people who have to use Excel and use it to open data from other sources, so perhaps this will be of some use to them.  Which is, as I said, part of why I posted it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliana Padron</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425756</link>
		<dc:creator>Juliana Padron</dc:creator>
		<pubDate>Wed, 19 Nov 2008 17:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-425756</guid>
		<description><![CDATA[Excel?? OpenOffice Ruuuulezz... =)]]></description>
		<content:encoded><![CDATA[<p>Excel?? OpenOffice Ruuuulezz&#8230; =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425746</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Wed, 19 Nov 2008 15:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-425746</guid>
		<description><![CDATA[I have to agree with Matthew.  OpenOffice Calc is great for dealing with CSV and similar files.  It&#039;s the main reason I have it on my system.  In fact, all CSV files are associated with OpenOffice Calc so all I have to do is double-click and I&#039;m good to go!]]></description>
		<content:encoded><![CDATA[<p>I have to agree with Matthew.  OpenOffice Calc is great for dealing with CSV and similar files.  It&#8217;s the main reason I have it on my system.  In fact, all CSV files are associated with OpenOffice Calc so all I have to do is double-click and I&#8217;m good to go!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Brundage</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425745</link>
		<dc:creator>Matthew Brundage</dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-425745</guid>
		<description><![CDATA[In my experience, OpenOffice Calc is more intuitive when handling CSV, especially when exporting. If I have a spreadsheet that needs to become a database table, I always run it through OOCalc first.]]></description>
		<content:encoded><![CDATA[<p>In my experience, OpenOffice Calc is more intuitive when handling CSV, especially when exporting. If I have a spreadsheet that needs to become a database table, I always run it through OOCalc first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Meyer</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425744</link>
		<dc:creator>Eric Meyer</dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-425744</guid>
		<description><![CDATA[It&#039;s &quot;Argentina, Argentine Republic&quot;, which (like all the country names) comes the &lt;a href=&quot;http://en.wikipedia.org/wiki/List_of_countries_by_continent_(data_file)&quot; rel=&quot;nofollow&quot;&gt;Wikipedia list of countries by continent&lt;/a&gt;, which is in turn based on UN and ISO data.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s &#8220;Argentina, Argentine Republic&#8221;, which (like all the country names) comes the <a href="http://en.wikipedia.org/wiki/List_of_countries_by_continent_(data_file)" rel="nofollow">Wikipedia list of countries by continent</a>, which is in turn based on UN and ISO data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lurker</title>
		<link>http://meyerweb.com/eric/thoughts/2008/11/18/fixing-postcodes/#comment-425709</link>
		<dc:creator>Lurker</dc:creator>
		<pubDate>Wed, 19 Nov 2008 06:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=964#comment-425709</guid>
		<description><![CDATA[Why do you have .ar as the &quot;Argentine Republic of Argentina&quot; ?]]></description>
		<content:encoded><![CDATA[<p>Why do you have .ar as the &#8220;Argentine Republic of Argentina&#8221; ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->