<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wilmire.com - Computer Info &#187; scripting</title>
	<atom:link href="http://www.wilmire.org/computer-info/?feed=rss2&#038;cat=9" rel="self" type="application/rss+xml" />
	<link>http://www.wilmire.org/computer-info</link>
	<description></description>
	<lastBuildDate>Thu, 26 Aug 2010 12:48:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Javascript to redirect to a page with &#8216;&amp;&#8217; arguments</title>
		<link>http://www.wilmire.org/computer-info/?p=22</link>
		<comments>http://www.wilmire.org/computer-info/?p=22#comments</comments>
		<pubDate>Thu, 17 Apr 2008 20:37:40 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.wilmire.org/computer-info/?p=22</guid>
		<description><![CDATA[Use unescape(&#8220;%26&#8243;) to put an ampersand (&#38;) in redirection URLs with javascript&#8230; &#60;script type=&#8221;text/javascript&#8221;&#62; var myURL = &#8220;http://del.icio.us/cwilmire?setcount=100&#8243; + unescape(&#8220;%26&#8243;) + &#8220;settagview=cloud&#8221;; window.location = myURL; &#60;/script&#62;]]></description>
			<content:encoded><![CDATA[<p>Use<span style="font-size: x-small;"> </span><span style="font-family: courier new,courier; font-size: x-small;">unescape(&#8220;%26&#8243;)</span><span style="font-size: x-small;"> </span>to put an ampersand (&amp;) in redirection URLs with javascript&#8230;</p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier; font-size: x-small;">&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
 var myURL = &#8220;http://del.icio.us/cwilmire?setcount=100&#8243; + unescape(&#8220;%26&#8243;) + &#8220;settagview=cloud&#8221;;<br />
 window.location = myURL;<br />
 &lt;/script&gt;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concatenating CSV files</title>
		<link>http://www.wilmire.org/computer-info/?p=4</link>
		<comments>http://www.wilmire.org/computer-info/?p=4#comments</comments>
		<pubDate>Wed, 14 Mar 2007 14:25:41 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://wilmire.org/computer-info/?p=4</guid>
		<description><![CDATA[Many programs will log data to a CSV (comma separated value) file. These files are usually structured with a standard format. Let&#8217;s say you want to import the data into a database or spreadsheet. There is an alternative to importing 2, 5, 10 or 100+ files one at a time. You can concatenate the files [...]]]></description>
			<content:encoded><![CDATA[<p>Many programs will log data to a CSV (comma separated value) file.  These files are usually structured with a standard format.  Let&#8217;s say you want to import the data into a database or spreadsheet.  There is an alternative to importing 2, 5, 10 or 100+ files one at a time.  You can concatenate  the files into one file.  Here is how you do it&#8230;</p>
<ol>
<li>Create a new directory on your hard drive (ie: C:\CSV-Files)</li>
<li>Copy all the files into a new directory.</li>
<li>Open a command window by clicking Start-&gt;Run.  In the open line type &#8220;cmd&#8221; and hit return</li>
<li>CD to the directory you created in step one (ie: cd C:\CSV-Files)</li>
<li>Copy all the files to a single file&#8230; copy *.csv consolidated.csv</li>
<li>You can now import consolidated.csv into your database or spreadsheet.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
