<?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>killianfaughnan.com &#187; csv</title>
	<atom:link href="http://killianfaughnan.com/tag/csv/feed/" rel="self" type="application/rss+xml" />
	<link>http://killianfaughnan.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 23 Feb 2011 09:05:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>CsvSQL</title>
		<link>http://killianfaughnan.com/2008/11/12/csvsql/</link>
		<comments>http://killianfaughnan.com/2008/11/12/csvsql/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:24:07 +0000</pubDate>
		<dc:creator>kfaughnan</dc:creator>
				<category><![CDATA[csvsql]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://killianfaughnan.com/?p=39</guid>
		<description><![CDATA[About CsvSQL Csvsql is a project I started for my BSc&#8217;s final year software project. It is written in Perl and can be used to access information in csv files in the same way you would access a table in a database. This means you can use SQL queries, with each common seperated value as [...]]]></description>
			<content:encoded><![CDATA[<h3>About CsvSQL</h3>
<p>Csvsql is a project I started for my BSc&#8217;s final year software project. It is written in Perl and can be used to access information in csv files in the same way you would access a table in a database. This means you can use SQL queries, with each common seperated value as a field in a column.</p>
<p>Traditionally in order to access specific information from a csv file it can take considerable use of regular expressions, and awk commands. What if you only wanted to take out a handful of lines from a large file? It nearly becomes easier to do it manually than to figure out the expressions needed in awk.</p>
<h3>CsvSQL Download</h3>
<p>You can download CsvSQL here. If you have and questions, suggestions, criticisms or comments please let me know as I would be interested in hearing them. And if you do decide to use this program for something, let me know how you get on!</p>
<p><a href="http://killianfaughnan.com/wp-content/uploads/2008/11/csvsqltar.gz" target="_blank">download csvsql</a></p>
]]></content:encoded>
			<wfw:commentRss>http://killianfaughnan.com/2008/11/12/csvsql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

