<?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; Database</title>
	<atom:link href="http://www.wilmire.org/computer-info/?feed=rss2&#038;cat=10" 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>Oracle SQL Developer</title>
		<link>http://www.wilmire.org/computer-info/?p=6</link>
		<comments>http://www.wilmire.org/computer-info/?p=6#comments</comments>
		<pubDate>Tue, 24 Jul 2007 14:56:34 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://wilmire.org/computer-info/2007/07/24/oracle-sql-developer/</guid>
		<description><![CDATA[Oracle SQL Developer is a free graphical tool for database development. http://www.oracle.com/technology/products/database/sql_developer/index.html]]></description>
			<content:encoded><![CDATA[<p><span class="bodycopy"> Oracle SQL Developer is a <strong>free</strong> graphical            tool for database development.</span></p>
<p><a href="http://www.oracle.com/technology/products/database/sql_developer/index.html" target="_blank">http://www.oracle.com/technology/products/database/sql_developer/index.html </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle XE 10g</title>
		<link>http://www.wilmire.org/computer-info/?p=5</link>
		<comments>http://www.wilmire.org/computer-info/?p=5#comments</comments>
		<pubDate>Tue, 24 Jul 2007 14:54:11 +0000</pubDate>
		<dc:creator>cwilmire</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://wilmire.org/computer-info/2007/07/24/oracle-xe-10g/</guid>
		<description><![CDATA[Oracle&#8217;s free version of the 10g database engine. http://www.oracle.com/technology/products/database/xe/index.html]]></description>
			<content:encoded><![CDATA[<p>Oracle&#8217;s free version of the 10g database engine.</p>
<p><a href="http://www.oracle.com/technology/products/database/xe/index.html" target="_blank"> http://www.oracle.com/technology/products/database/xe/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilmire.org/computer-info/?feed=rss2&amp;p=5</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>
