<?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>101TECH &#187; CSV</title>
	<atom:link href="http://www.101tech.net/tag/csv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.101tech.net</link>
	<description>IT Solutions Done Right!</description>
	<lastBuildDate>Sat, 28 Aug 2010 15:45:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Parse a csv file using perl</title>
		<link>http://www.101tech.net/2010/01/21/parse-a-csv-file-using-perl/</link>
		<comments>http://www.101tech.net/2010/01/21/parse-a-csv-file-using-perl/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=330</guid>
		<description><![CDATA[While parsing and converting some CSV files to ldif&#8217;s I needed a perl script, the Test::CSV module is helpful : #!/usr/bin/perl use strict; use warnings; use Text::CSV; my $file = &#8216;prospects.csv&#8217;; my $csv = Text::CSV->new(); open (CSV, &#8220;< ", $file) or die $!; while () { if ($csv->parse($_)) { my @columns = $csv->fields(); print &#8220;@columns\n&#8221;; [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/01/21/parse-a-csv-file-using-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
